We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8aab5c commit 7f147deCopy full SHA for 7f147de
1 file changed
ietf/settings.py
@@ -1051,7 +1051,7 @@ def skip_unreadable_post(record):
1051
# Set debug apps in settings_local.DEV_APPS
1052
1053
DEV_APPS = [] # type: List[str]
1054
-DEV_PRE_APPS = []
+DEV_PRE_APPS = [] # type: List[str]
1055
DEV_MIDDLEWARE = ()
1056
1057
# django-debug-toolbar and the debug listing of sql queries at the bottom of
0 commit comments