keep getting SECRET_KEY error

Asked by mike

on both settings.py and local_settings.py, I have set the SECRET_KEY to something. I recycled apache but still getting these errors:

[Wed May 27 15:12:31 2015] [error] /opt/graphite/webapp/graphite/settings.py:233: UserWarning: SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security
[Wed May 27 15:12:31 2015] [error] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Wed May 27 15:12:31 2015] [error] /opt/graphite/webapp/graphite/settings.py:233: UserWarning: SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security
[Wed May 27 15:12:31 2015] [error] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Wed May 27 15:12:31 2015] [error] /opt/graphite/webapp/graphite/settings.py:233: UserWarning: SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security
[Wed May 27 15:12:31 2015] [error] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')

any ideas what may be the cause of this?

Question information

Language:
English Edit question
Status:
Expired
For:
Graphite Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
mike (gsaray101) said :
#1

both files settings.py and local_settings.py are there in /opt/graphite/webapp/graphite directory and SECRET_KEY variable is set to 'test101'

I think my graphite installation is not seeing the settings.py and/or local_settings.py files. Any ideas what I may be missing. Via the browser, I can bring up the graphite but cannot do anything with it yet.

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.