[Fixed]-Django.db.utils.OperationalError: no such column:

1👍

comment out whole Candidate model and then run

python manage.py makemigrations
python manage.py migrate --fake

Then uncomment Candidate model and then run

python manage.py makemigrations
python manage.py migrate

Leave a comment