mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
Merge pull request #447 from dsclementsen/master
fix DJANGO_SENTRY_DSN env variable if use_sentry
This commit is contained in:
commit
c066edd70b
|
@ -64,6 +64,7 @@ Listed in alphabetical order
|
||||||
Cristian Vargas `@cdvv7788`_
|
Cristian Vargas `@cdvv7788`_
|
||||||
Cullen Rhodes `@c-rhodes`_
|
Cullen Rhodes `@c-rhodes`_
|
||||||
Daniele Tricoli `@eriol`_
|
Daniele Tricoli `@eriol`_
|
||||||
|
Davur Clementsen `@dsclementsen`_ @davur
|
||||||
Eyad Al Sibai `@eyadsibai`_
|
Eyad Al Sibai `@eyadsibai`_
|
||||||
Felipe Arruda `@arruda`_
|
Felipe Arruda `@arruda`_
|
||||||
Garry Cairns `@garry-cairns`_
|
Garry Cairns `@garry-cairns`_
|
||||||
|
|
|
@ -12,7 +12,7 @@ DJANGO_MAILGUN_API_KEY=
|
||||||
DJANGO_MAILGUN_SERVER_NAME=
|
DJANGO_MAILGUN_SERVER_NAME=
|
||||||
DJANGO_SERVER_EMAIL=
|
DJANGO_SERVER_EMAIL=
|
||||||
DJANGO_SECURE_SSL_REDIRECT=False
|
DJANGO_SECURE_SSL_REDIRECT=False
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_sentry == 'y' -%}
|
||||||
DJANGO_SENTRY_DSN=
|
DJANGO_SENTRY_DSN=
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cookiecutter.use_newrelic == 'y' -%}
|
{% if cookiecutter.use_newrelic == 'y' -%}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user