You have 3 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth
So my problem was that I used wrong python version for migration.
python3.5 manage.py migrate
solves the problem.
So my problem was that I used wrong python version for migration.
python3.5 manage.py migrate
solves the problem.