diff --git a/djaif/settings.py b/djaif/settings.py index f4dcaa6..1d7290b 100644 --- a/djaif/settings.py +++ b/djaif/settings.py @@ -14,7 +14,7 @@ DJANGO_SETTINGS_MODULE = 'djaif.settings' SECRET_KEY = os.getenv('SECRET_KEY') -DEBUG = os.getenv('DEBUG', 'False') == 'True' +DEBUG = os.getenv('DEBUG', 'False') SUPERUSER = os.getenv('SUPERUSER', 'admin') PASSWORD = os.getenv('PASSWORD', 'admin') diff --git a/example/db.sqlite3 b/example/db.sqlite3 index a91251a..82184e7 100644 Binary files a/example/db.sqlite3 and b/example/db.sqlite3 differ