← Back to team overview

graphite-dev team mailing list archive

Re: [Question #271995]: Errors about static assets in log file, webpage is blank

 

Question #271995 on Graphite changed:
https://answers.launchpad.net/graphite/+question/271995

Jason LU proposed the following answer:
I meet the same problem and look into all related Q&A chains,  none can
help to fix the blank webpage of Graphite.  Finally I resolve it by
myself with following change:

Uncomment the line in /opt/graphite/webapp/graphite/local_settings.py

#DEBUG = True       ----------> DEBUG = True

Default debug value is  false. Just change it.

Hopefully it can work for you.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.