[Fixed]-You have 3 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth

13👍

So my problem was that I used wrong python version for migration.

python3.5 manage.py migrate

solves the problem.

2👍

You are probably using wrong django version. You need django1.10

Leave a comment