Django-Website
Django-Website copied to clipboard
Not an issue, just question. (beginner dev)
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?
Its because he extends the default user model and defines his custom user model