provided typing for DEV_PRE_APPS
- Legacy-Id: 19402
This commit is contained in:
parent
a8aab5cb17
commit
7f147de7e3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue