← 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

    Status: Open => Answered

Denis Zhdanov proposed the following answer:
Fresh install these should work out of the box:

export PYTHONPATH=/opt/graphite/webapp
export DJANGO_SETTINGS_MODULE=graphite.settings
/usr/local/bin/django-admin.py makemigrations
/usr/local/bin/django-admin.py migrate auth
/usr/local/bin/django-admin.py migrate --run-syncdb

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