robinhood / deux

Multifactor Authentication for Django Rest Framework
Other
155 stars 56 forks source link

Custom User model is not working #7

Open kundaria opened 7 years ago

kundaria commented 7 years ago

i have custom user model (AUTH_USER_MODEL = 'user.User') when i try to run migration it will generate this error

ERRORS: 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'.