cookiecutter-django/docs
Jay 9a2f72773a fixed new relic app name
The app name wasn't displayed correctly on the new relic dashboard.

Although `NEW_RELIC_APP_NAME` was set in `production.py`, the variable was not loaded *before* the newrelic agent was called.

Since the new relic agent is loaded at a very low level, NEW_RELIC_APP_NAME has to be set before django settings are imported.
2016-01-26 17:04:59 +01:00
..
__init__.py Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
conf.py More docs configuration for #335 2015-09-18 09:32:47 -07:00
deployment-on-heroku.rst Keep admin url short 2015-12-08 22:16:22 -07:00
deployment-with-docker.rst Refactored the Docker docs and added indexes. 2015-09-18 14:26:29 -07:00
developing-locally-docker.rst tweaked docker docs 2016-01-04 11:52:26 +01:00
developing-locally.rst Added an explanation of how to define the DATABASE_URL environment variable. 2016-01-08 15:40:19 -08:00
faq.rst Fixes #345 explain need for django.contrib.sites 2016-01-16 10:40:32 -08:00
index.rst Document the project generation options. 2015-10-14 12:59:14 -07:00
linters.rst Update pylint and pep8 docs. 2015-09-26 00:50:54 -07:00
live-reloading-and-sass-compilation.rst Big reorganization of documentation 2015-09-18 10:20:48 -07:00
make.bat Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
Makefile Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
project-generation-options.rst Fix merge conflict in README.rst 2015-11-18 11:16:25 +00:00
settings.rst fixed new relic app name 2016-01-26 17:04:59 +01:00