Register New Users with Django Custom User

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

How can we setup this custom user model with dj-rest-auth and allauth and djangorestframework-simplejwt ?

LordFullStack
Автор

Thank you Mitch, I was looking for customized registration page for a whole day, couldn't figure out how to manipulate error messages until your video pop up on the recommendation.

hayek
Автор

Ik this is a bit of a late comment, but do you have a video where a user ID or username can be pulled from an API? I'm following your tutorials but im also making a few modifications. I've added an ID field that an user will need for registration. That ID will be used to pull from an api.

Majuuub
Автор

Thanks for the tutorial @CodingWithMitch, but how do we send email verification email, make the user click on the link and then register user?

jesterflint
Автор

keep up the good work, your videos are awesome

LexrisWoW
Автор

When i do makemigrations it throws an error: ModuleNotFoundError: No module named 'account'

I have added the app in INSTALLED_APPS. But still getting this error.

SuperDanteuchiha
Автор

Hi!
I found this content very helful, thank you Mitch!

except i have one this issue. with my custom user, i can't delete user in admin interface.
i am getting this error

"IntegrityError at /admin/account/account/"
"FOREIGN KEY constraint failed"

when i hit delete from one of accounts in django admin interface. All the file structure and naming is similar to you. I think this is exception and i am happy to hear from you!

webhow
Автор

Would you ever do a video series on Real-time Chat Messenger with React and Django?

warshipwarriors
Автор

I don´t know why, but mine is not saving the data in the database :(

felipechermont
Автор

If i add a diferent field in my model, this would still work?

felipechermont
Автор

Would you ever do a video series on node.js and Express?

safees
Автор

'AnonymousUser' objects has no attribute '_meta' is my error :(

jeckosayo