Can someone give a detailed explanation on how to fix the ERROR: no such table: main.auth_user__old
ERROR: no such table: main.auth_user__old
It arises in my Django application when I am trying to a
When I used the python shell to add to database instead of the UI, error did not show anymore
$ python manage.py shell
from AppName.models import Product Product.objects.create(title='Newer', price=239.99, summary='awesome')