swappsco / django-qa

A simple Q&A App
http://django-qa.readthedocs.io/en/latest/index.html
MIT License
99 stars 35 forks source link

Operational Error : No such table qa_question #69

Open divyum-sethi opened 3 years ago

OfficialRuby commented 3 years ago

This is not a package related error. You are getting such error because you migrations are not properly done or your migrations are missing some files. This issue may be solved by running migrations. python manage.py makemigrations python manage.py migrate

If the problem persists, try running: python manage.py migrate --run-syncdb Do not forget to run python manage.py makemigrations before running --run-syncdb