Closed soujiro86 closed 10 years ago
Hej @magrinidiego, we just added the possibility to add a custom user model, so the old migrations are deprecated. If you just installed this app please just run ./manage.py syncdb --all
and then ./manage.py migrate --fake
.
Hello there, i tried to install the package into an existing project that use the Custom User Model.
I've already set AUTH_USER_MODEL in settings, but when type:
i've get:
Maybe those files needs to change auth_user to AUTH_MODEL_USER?
Diego