mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Update settings.py
This commit is contained in:
parent
f09afdea74
commit
bf351fb510
|
@ -30,7 +30,7 @@ TEMPLATE_DEBUG = DEBUG
|
|||
########## SECRET CONFIGURATION
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
|
||||
# Note: This key only used for development and testing.
|
||||
SECRET_KEY = "{{cookiecutter.secret_key}}"
|
||||
SECRET_KEY = "{{cookiecutter.secret_key()}}"
|
||||
########## END SECRET CONFIGURATION
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user