hello!
I have a problem when running ./manage.py migrate --database meta.
(django.db.utils.OperationalError: no such table : auth_permission.)
But ./manage.py migrate can be successfully executed.
Then,I can't exxcuted ./manage.py setpassword.
djiango.db.utils.OperationalError: no such table: auth_user.
my os : ubuntu 19.10
I am following the README.rst exactly, so I am very confused. Thank you!!!
hello! I have a problem when running ./manage.py migrate --database meta. (django.db.utils.OperationalError: no such table : auth_permission.) But ./manage.py migrate can be successfully executed.
Then,I can't exxcuted ./manage.py setpassword. djiango.db.utils.OperationalError: no such table: auth_user. my os : ubuntu 19.10
I am following the README.rst exactly, so I am very confused. Thank you!!!