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