Hi, I am not sure this is an answer but it could be an issue with sqlite version https://stackoverflow.com/questions/53637182/django-no-such-table-main-auth-user-old
On Mon, 11 Mar 2019 at 07:14, Rishiraj Saxena <[email protected]> wrote: > I am new to Django when I try to log in to Django using environment > variables as the latest version of Django I am unable to log in to admin > portal of Django with correct username and password that I created using > "python manage.py createsuperuser". But when I try to do the same thing > using Django 2.0.7 I am able to log in but then I can not update the > objects as i get the error No such table: main.auth_user__old. What should > i do?? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/3ea951ca-b65d-4446-9b70-efc66908e666%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/3ea951ca-b65d-4446-9b70-efc66908e666%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANfVfcAjb_tYge0t6JMBEBgOcUoVNfu1AJcdr%2BkU_9vicX55dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

