i am kinda new to python/django. I get the following error,
django.db.utils.OperationalError: (1054, "Unknown column 'models_request.polymorphic_ctype_id' in 'field list'")
I think you added the polymorphic model later, and didn't migrate your database. Consider recreating your tables if you've just started a fresh project
i am kinda new to python/django. I get the following error,
django.db.utils.OperationalError: (1054, "Unknown column 'models_request.polymorphic_ctype_id' in 'field list'")