Django Operational error no such table: main.auth_user__old

Presently encountering the same error.
Did you manage to fix it??

1 Like

Really not sure as i am a compete noob but I think the problem may stem from the version of Django you are using.
Mosh uses Django 2.1 which may have been the latest version at the time, but as far as i am aware 4.1 is the latest version. I remember seeing this problem some where else and if i remember correctly the solution was to use the latest version. So you may want to give that a try.

2 Likes

Okay.
Just updated my django to the latest version but the error is still there. Still, thank you for the suggestion.

1 Like

Hi, Iā€™m currently learning and faced this error as well. Did you manage to find the solution?