Revision history [back]
You have missed database migrations, so some tables are absent. Upon install run:
python manage.py syncdb --migrate --noinput
This will build all the necessary tables and columns within.
You have missed database migrations, so some tables are absent. Upon install run:
python manage.py syncdb --migrate --noinput
This will build all the necessary tables and columns within.