defrex/django-after-response

Cannot use @override_settings

Bysmyyr opened this issue · 0 comments

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