Import settings in dev mode

This commit is contained in:
Tom Hubrecht 2021-07-11 21:18:14 +02:00
parent 732a6a08da
commit d9111cc8cb

View file

@ -1,5 +1,6 @@
import os
from .settings_base import * # noqa
from .settings_base import BASE_DIR, INSTALLED_APPS, MIDDLEWARE
DEBUG = True