Showing posts with label Django sqlite Migration error. Show all posts
Showing posts with label Django sqlite Migration error. Show all posts

Saturday, August 7, 2021

Django sqlite Migration error

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