Django-allauth | I migrate ok the github project but all the time say "You have 26 unapplied migration(s)"
I want to try django-allauth. I clone django-allauth github project (only this), but later to migrate ok, when i execute "python manage.py runserver" this says:
You have 26 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): account, admin, auth, contenttypes, openid, sessions, sites, socialaccount.
Run 'python manage.py migrate' to apply them.
I don´t understand
Thank you!