← Back to team overview

graphite-dev team mailing list archive

Re: [Question #692930]: no such table: auth_user

 

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

Simon Trimboy posted a new comment:
Further to deploying the static content I used the example apache wsgi
conf from the docs here : https://graphite.readthedocs.io/en/latest
/config-webapp.html#apache-mod-wsgi

As I am using python3.8 under non-system prefix /usr/local I also made
use of the WSGIPythonHome directive :

<IfModule mod_wsgi.c>
  WSGIPythonHome /usr/local/
  WSGISocketPrefix /var/run/wsgi
</IfModule>

Thanks for your assistance.

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