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 created my own user model for my affiliated website
and always if you want to create your custom user model you have to change the setting.py file
AUTH_USER_MODEL = "myapp.MyUser"