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
Although this issue is fixed and @fara's PR is merged but the changes are not reflected in pip package. I'm still facing this issue after installing this package using pip. I believe updated version is pushed to the pip.
Hello,
Please add support for Django custom User model.
model.py
replace line 8
from django.contrib.auth.models import User
with
from django.contrib.auth import get_user_model
line 15
User = get_user_model()
I tested it pass ok with migrate
Im not 100% sure if it fully works like this or need more modifications
The text was updated successfully, but these errors were encountered: