I\'ve changed my models an then I tried to migrate them, but got this error:
python manage.py migrate Operations to perform: Apply all migrations: admin, conte
I got the same problem.
I just tried python3 manage.py migrate appname --fake from https://github.com/BirkbeckCTP/janeway/issues/451 and it's work for me.
python3 manage.py migrate appname --fake