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