strongswan / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
21 stars 10 forks source link

I have a problem at ./manage.py migrate --database meta #19

Closed magical-lhd closed 4 years ago

magical-lhd commented 4 years ago

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!!!

tobiasbrunner commented 4 years ago

I pushed a possible fix to the fix-migrate branch (74ec6348057bfec6ae20ddc1671ad1be1445b510).