Import settings in dev mode
This commit is contained in:
parent
732a6a08da
commit
d9111cc8cb
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
|
||||
from .settings_base import * # noqa
|
||||
from .settings_base import BASE_DIR, INSTALLED_APPS, MIDDLEWARE
|
||||
|
||||
DEBUG = True
|
||||
|
|
Loading…
Reference in a new issue