diff --git a/testproject/settings.py b/testproject/settings.py index 900ed18..68a387f 100644 --- a/testproject/settings.py +++ b/testproject/settings.py @@ -20,6 +20,8 @@ # ... other middleware goes here ] + list(getattr(global_settings, "MIDDLEWARE_CLASSES", [])) +MIDDLEWARE = MIDDLEWARE_CLASSES + LOGGING = { 'version': 1, 'disable_existing_loggers': False,