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.