mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-23 15:54:12 +03:00
Add missing = to DJANGO_OPBEAT_* variable definitions
This commit is contained in:
parent
dec3305cd5
commit
22709576a8
|
@ -33,9 +33,9 @@ DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
|
||||||
DJANGO_SENTRY_DSN=
|
DJANGO_SENTRY_DSN=
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cookiecutter.use_opbeat == 'y' -%}
|
{% if cookiecutter.use_opbeat == 'y' -%}
|
||||||
DJANGO_OPBEAT_ORGANIZATION_ID
|
DJANGO_OPBEAT_ORGANIZATION_ID=
|
||||||
DJANGO_OPBEAT_APP_ID
|
DJANGO_OPBEAT_APP_ID=
|
||||||
DJANGO_OPBEAT_SECRET_TOKEN
|
DJANGO_OPBEAT_SECRET_TOKEN=
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cookiecutter.use_compressor == 'y' -%}
|
{% if cookiecutter.use_compressor == 'y' -%}
|
||||||
COMPRESS_ENABLED=
|
COMPRESS_ENABLED=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user