OperationalError. Django tries to access a non-existent table
Building a e-commerce site with django. When I try to add a new element into the products model in the django interface and click the save button, this is what I get(refer to the pic below via the link). It says 'no such table: main.auth_user_old', but I don't know why it tries to access a non-existent, unnecessary table. Help me to solve this issue
I tried upgrading the django library, made several migrations and even built the project again from scratch, none of it helped. I've checked the database, the closest thing to the specified table is auth_user and not auth_user_old.