diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-13 20:26:11 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-01-13 20:26:52 -0600 |
commit | 05f3c5fd199180206dc3c49e967fc9cc18029a8f (patch) | |
tree | a23d2cfecb78638368e00d5183dea9329c08a479 /.gitignore | |
parent | 57730e4917e29421adcbe32fa9f6a1aefd4a5c63 (diff) |
Load key before importing newrelic
Their code stupidly grabs the environment variable during import, not
during the initialize call.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ local_settings.py archweb.db archweb.db-* +newrelic.key tags collected_static/ testing/ |