We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d654610 commit d411803Copy full SHA for d411803
1 file changed
ietf/settings.py
@@ -576,6 +576,7 @@ def skip_unreadable_post(record):
576
577
# Set debug apps in DEV_APPS settings_local
578
DEV_APPS = ()
579
+DEV_MIDDLEWARE_CLASSES = ()
580
DRAFT_VIRTUAL_DOMAIN = "virtual.ietf.org"
581
582
GROUP_ALIASES_PATH = os.path.abspath(BASE_DIR + "/../test/data/group-aliases")
@@ -598,6 +599,8 @@ def skip_unreadable_post(record):
598
599
600
# Add DEV_APPS to INSTALLED_APPS
601
INSTALLED_APPS += DEV_APPS
602
+MIDDLEWARE_CLASSES += DEV_MIDDLEWARE_CLASSES
603
+
604
605
# We provide a secret key only for test and development modes. It's
606
# absolutely vital that django fails to start in production mode unless a
0 commit comments