mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Add {{cookiecutter.secret_key}} context variable
This commit is contained in:
parent
05feb62028
commit
f09afdea74
|
@ -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 = "CHANGE THIS!!!"
|
SECRET_KEY = "{{cookiecutter.secret_key}}"
|
||||||
########## END SECRET CONFIGURATION
|
########## END SECRET CONFIGURATION
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user