mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-28 05:23:59 +00:00
Add missing = to DJANGO_OPBEAT_* variable definitions
This commit is contained in:
parent
dec3305cd5
commit
22709576a8
1 changed files with 3 additions and 3 deletions
|
|
@ -33,9 +33,9 @@ DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
|
|||
DJANGO_SENTRY_DSN=
|
||||
{% endif %}
|
||||
{% if cookiecutter.use_opbeat == 'y' -%}
|
||||
DJANGO_OPBEAT_ORGANIZATION_ID
|
||||
DJANGO_OPBEAT_APP_ID
|
||||
DJANGO_OPBEAT_SECRET_TOKEN
|
||||
DJANGO_OPBEAT_ORGANIZATION_ID=
|
||||
DJANGO_OPBEAT_APP_ID=
|
||||
DJANGO_OPBEAT_SECRET_TOKEN=
|
||||
{% endif %}
|
||||
{% if cookiecutter.use_compressor == 'y' -%}
|
||||
COMPRESS_ENABLED=
|
||||
|
|
|
|||
Loading…
Reference in a new issue