Revision history [back]
Looks like you have not installed tables. Try typing:
python manage.py migrate --list
What do you see?
You can also try logging in to the database directly and type show tables
.
Looks like you have not installed tables. Try typing:
python manage.py migrate --list
What do you see?
You can also try logging in to the database directly and type show tables
.