mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Fix the template syntax error.
This commit is contained in:
parent
c0c0bc6ca3
commit
c35d759b74
|
@ -20,9 +20,11 @@
|
||||||
"DJANGO_AWS_SECRET_ACCESS_KEY": "",
|
"DJANGO_AWS_SECRET_ACCESS_KEY": "",
|
||||||
"DJANGO_AWS_STORAGE_BUCKET_NAME": "",
|
"DJANGO_AWS_STORAGE_BUCKET_NAME": "",
|
||||||
"DJANGO_MAILGUN_SERVER_NAME": "",
|
"DJANGO_MAILGUN_SERVER_NAME": "",
|
||||||
|
{% if cookiecutter.use_newrelic == "y" -%}
|
||||||
|
"NEW_RELIC_LICENSE_KEY": "",
|
||||||
|
{%- endif %}
|
||||||
"DJANGO_MAILGUN_API_KEY": ""{% if cookiecutter.use_sentry == "y" -%},
|
"DJANGO_MAILGUN_API_KEY": ""{% if cookiecutter.use_sentry == "y" -%},
|
||||||
"DJANGO_SENTRY_DSN": ""{%- endif %}{% if cookiecutter.use_newrelic == "y -%"},
|
"DJANGO_SENTRY_DSN": ""{%- endif %}
|
||||||
"NEW_RELIC_LICENSE_KEY": ""{%- endif %}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postdeploy": "python manage.py migrate"
|
"postdeploy": "python manage.py migrate"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user