Hello guys,
here is link to my question please help me with it.
Hello guys,
here is link to my question please help me with it.
Did you run a migration? It looks like not. This error says that a database column doesn’t exist. You need to a) create a migration b) and run it. More on migrations here: https://docs.djangoproject.com/en/3.0/topics/migrations/#adding-migrations-to-apps
hey thanks for help.
yeah i runned migrations many times just to get correct results. but i was getting same error therefore i dropped whole table and try to run migration with --fake and somehow it help me to solve this issue.