Re: Error logging in to admin potal in Django 2.1.7

2019-03-12 Thread Suresh Kannan
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 wrote: > I am new to Django when I try to log in to Django using environment >

Error logging in to admin potal in Django 2.1.7

2019-03-11 Thread Rishiraj Saxena
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