2

I ran this commnad and there was no problem

python manage.py makemigrations
python manage.py migrate

then I ran and did as username, email and password:

python manage.py createsuperuser

but when I went to admin panel and try new content and I got this error:

OperationalError at /admin/..../..../add/
no such table: main.auth_user__old

Django version 2.1.4 Python version 3.7

Nil Sagor
  • 333
  • 1
  • 8
  • 19

1 Answers1

1

Update Django to 2.1.5 version.