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
I have custom user model and when i hit ./manage.py migrate.
It gives me following error.
deux.MultiFactorAuth.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out. HINT: Update the relation to point at 'settings.AUTH_USER_MODEL
I am assuming that this library doesn't support custom user model yet. Any idea how to do it.
The text was updated successfully, but these errors were encountered:
Here is temp workaround until Deux releases a next stable version.
use git+git://github.com/robinhood/deux.git
in your requirements.txt and the most recent master branch will be installed that uses the django default user config rather than hardcoding a new custom user.
I have custom user model and when i hit
./manage.py migrate.
It gives me following error.
deux.MultiFactorAuth.user: (fields.E301) Field defines a relation with the model 'auth.User', which has been swapped out. HINT: Update the relation to point at 'settings.AUTH_USER_MODEL
I am assuming that this library doesn't support custom user model yet. Any idea how to do it.
The text was updated successfully, but these errors were encountered: