Skip to content
Snippets Groups Projects
Commit eb8ec5b0 authored by Branson Stephens's avatar Branson Stephens
Browse files

Added MPLCONFIGDIR location to django.wsgi. Otherwise, the gstlalcbc_reports...

Added MPLCONFIGDIR location to django.wsgi. Otherwise, the gstlalcbc_reports page will break. This has something to do with matplotlib.
parent 9587aaf6
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ sys.path.append('/home/gracedb/graceproj')
import logging
logging.basicConfig()
os.environ['MPLCONFIGDIR']='/tmp/'
#logging.basicConfig(level=logging.DEBUG,
# format='%(asctime)s %(levelname)s %(message)s',
# filename='/tmp/myapp.log',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment