Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operational Error : No such table qa_question #69

Open
divyum-sethi opened this issue Dec 14, 2020 · 1 comment
Open

Operational Error : No such table qa_question #69

divyum-sethi opened this issue Dec 14, 2020 · 1 comment

Comments

@divyum-sethi
Copy link

No description provided.

@OfficialRuby
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants