provided typing for DEV_PRE_APPS

- Legacy-Id: 19402
This commit is contained in:
Robert Sparks 2021-10-08 16:04:02 +00:00
parent a8aab5cb17
commit 7f147de7e3

View file

@ -1051,7 +1051,7 @@ BADNESS_MUCHTOOBIG = 500
# Set debug apps in settings_local.DEV_APPS
DEV_APPS = [] # type: List[str]
DEV_PRE_APPS = []
DEV_PRE_APPS = [] # type: List[str]
DEV_MIDDLEWARE = ()
# django-debug-toolbar and the debug listing of sql queries at the bottom of