django-after-response
django-after-response copied to clipboard
Cannot use @override_settings
Because the setting is loaded to local variable, these test decodators do not work. I do not any problem to load the setting from the settings every time?
Now I have to import those and them override it manyally like: signals.AFTER_RESPONSE_RUN_ASYNC = False