mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
added NEW_RELIC_APP_NAME so that it appears on the dashboard
This commit is contained in:
parent
fba95ab96d
commit
6699e6d125
|
@ -132,6 +132,7 @@ EMAIL_SUBJECT_PREFIX = env("DJANGO_EMAIL_SUBJECT_PREFIX", default='[{{cookiecutt
|
|||
SERVER_EMAIL = env('DJANGO_SERVER_EMAIL', default=DEFAULT_FROM_EMAIL)
|
||||
{% if cookiecutter.use_newrelic == 'y'-%}
|
||||
NEW_RELIC_LICENSE_KEY = env('NEW_RELIC_LICENSE_KEY')
|
||||
NEW_RELIC_APP_NAME = '{{cookiecutter.project_name}}'
|
||||
{%- endif %}
|
||||
|
||||
# TEMPLATE CONFIGURATION
|
||||
|
|
Loading…
Reference in New Issue
Block a user