mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 06:23:54 +01:00
parent
81c9e8aab6
commit
d5ed71483d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ CONTRIB_DIR = PROJECT_ROOT / "contrib"
|
|||
|
||||
env = environ.Env(
|
||||
DEBUG=(bool, False),
|
||||
SECRET_KEY=(str, "{{ random_ascii_string(50, punctuation=True) }}"),
|
||||
SECRET_KEY=(str, "{{ random_ascii_string(50, punctuation=False) }}"),
|
||||
ALLOWED_HOSTS=(list, []),
|
||||
DEBUG_TOOLBAR=(bool, True),
|
||||
STATIC_ROOT=(Path, BASE_DIR / "public" / "static"),
|
||||
|
|
Loading…
Reference in a new issue