From d9111cc8cb4892e830a9f419da1961ecf4828cb2 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 11 Jul 2021 21:18:14 +0200 Subject: [PATCH] Import settings in dev mode --- experiENS/settings_dev.py | 1 + 1 file changed, 1 insertion(+) diff --git a/experiENS/settings_dev.py b/experiENS/settings_dev.py index f4604f1..e1fa2a4 100644 --- a/experiENS/settings_dev.py +++ b/experiENS/settings_dev.py @@ -1,5 +1,6 @@ import os +from .settings_base import * # noqa from .settings_base import BASE_DIR, INSTALLED_APPS, MIDDLEWARE DEBUG = True