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 (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'.
The text was updated successfully, but these errors were encountered:
i have custom user model (AUTH_USER_MODEL = 'user.User') when i try to run migration it will generate this error
The text was updated successfully, but these errors were encountered: