I’m making a poll app via Django and Python.
There were 1question and 4 options to choose. It worked well.
Now, I’m trying to increase the options from 4 to 6.
After adjusting options, I made migrations and when do the migrate below error message came out.
“no such column: poll_poll.option_five”
What should I do for that?
New contributor
Brian Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.