graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04189
Re: [Question #224789]: New Graphite Installation, empty SECRET_KEY - can't configure
Question #224789 on Graphite changed:
https://answers.launchpad.net/graphite/+question/224789
Arvind Jayaprakash posted a new comment:
Try adding this as the last line to your local_settings.py (after the from graphite.app_settings import * directive)
SECRET_KEY = '6=d&__s53kge((0u^oi2!c#n2t8p2!+o@8ou=83spdo=11m-0k'
You can use the django secret key generator to pick your own key:
http://www.miniwebtool.com/django-secret-key-generator/
I am running graphite on django 1.5.1 and this works
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.