mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +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
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
|
||||
# Note: This key only used for development and testing.
|
||||
SECRET_KEY = "CHANGE THIS!!!"
|
||||
SECRET_KEY = "{{cookiecutter.secret_key}}"
|
||||
########## END SECRET CONFIGURATION
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user