mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-23 15:18:03 +01:00
Remove unused env var from settings
This commit is contained in:
parent
1ba23f278e
commit
5fee1369e8
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ env = environ.Env(
|
||||||
DEBUG_TOOLBAR=(bool, True),
|
DEBUG_TOOLBAR=(bool, True),
|
||||||
STATIC_ROOT=(Path, BASE_DIR / "public" / "static"),
|
STATIC_ROOT=(Path, BASE_DIR / "public" / "static"),
|
||||||
LOG_LEVEL=(str, "DEBUG"),
|
LOG_LEVEL=(str, "DEBUG"),
|
||||||
LOG_FORMAT=(str, "default"),
|
|
||||||
APP_DATA=(Path, PROJECT_ROOT / "data"),
|
APP_DATA=(Path, PROJECT_ROOT / "data"),
|
||||||
DATABASE_URL=(str, "sqlite:////app/db/db.sqlite3"),
|
DATABASE_URL=(str, "sqlite:////app/db/db.sqlite3"),
|
||||||
REGISTRATION_OPEN=(bool, True),
|
REGISTRATION_OPEN=(bool, True),
|
||||||
|
|
Loading…
Reference in a new issue