You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project itself allows for different User models to be used (inline with the changes made in Django 1.5), however the default migration file assumes that you are using auth.User and so running migrate on a project without django.contrib.auth in INSTALLED_APPS will cause the migrate to fail.
Hello,
The project itself allows for different User models to be used (inline with the changes made in Django 1.5), however the default migration file assumes that you are using auth.User and so running
migrate
on a project withoutdjango.contrib.auth
inINSTALLED_APPS
will cause the migrate to fail.The issue itself can be plainly seen in this file: https://github.com/Bouke/django-user-sessions/blob/master/user_sessions/migrations/0001_initial.py#L16
Thanks,
Daniel.
The text was updated successfully, but these errors were encountered: