Error : django.db.utils.OperationalError: no such table: main.auth_user__old
Solution :
Do not use Django 2.0.0 with sqlite database. The issue is fixed in later versions of Django.
Django 2.1.5 does not have this error.
pip install django==2.1.5
Error : django.db.utils.OperationalError: no such table: main.auth_user__old
Solution :
Do not use Django 2.0.0 with sqlite database. The issue is fixed in later versions of Django.
Django 2.1.5 does not have this error.
pip install django==2.1.5