Django-Website icon indicating copy to clipboard operation
Django-Website copied to clipboard

Not an issue, just question. (beginner dev)

Open R1Sen007 opened this issue 2 years ago • 1 comments

Coppied your repo and run server, didn't find button regiser user. So i write localhost+register/ and try to create user, but i have error :

AttributeError: Manager isn't available; 'auth.User' has been swapped for 'register.CustomUser'

Whats can be problem?

R1Sen007 avatar Nov 06 '22 07:11 R1Sen007

Its because he extends the default user model and defines his custom user model

Kaleb-Abiy avatar Apr 02 '23 14:04 Kaleb-Abiy