mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
PEP8 fix
This commit is contained in:
parent
a658339b99
commit
e84f0a488d
|
@ -166,7 +166,6 @@ ANYMAIL = {
|
||||||
EMAIL_BACKEND = "anymail.backends.mailgun.MailgunBackend"
|
EMAIL_BACKEND = "anymail.backends.mailgun.MailgunBackend"
|
||||||
|
|
||||||
{% if cookiecutter.use_newrelic == 'y'-%}
|
{% if cookiecutter.use_newrelic == 'y'-%}
|
||||||
|
|
||||||
# NEW RELIC
|
# NEW RELIC
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
NEW_RELIC_LICENSE_KEY = env('NEW_RELIC_LICENSE_KEY')
|
NEW_RELIC_LICENSE_KEY = env('NEW_RELIC_LICENSE_KEY')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user