Abstract User, User Profile and Signals in Django (how to add extra fields to the user model)

preview_player
Показать описание
#django #userprofile #signals
In this lesson, you will learn how to add extract fields to the User model in Django. We will explore 2 cases (out of 3) 1. how to make most of the newly created project with AbstractUser 2. How to add extra fields to the user class by creating 1:1 association between Django's User and UserProfile model.
In this lesson you will see Django signals in action. Towards the end of the video you will learn a neat trick about app configuration module.
Рекомендации по теме
Комментарии
Автор

Papermerge DMS - is my source of inspiration so to say - this is where I gained all knowledge I share on this channel.

djangolessons
Автор

The django-extensions was totally new and WOW for me. I just got started and this was new. Thank you !

AmitabhSuman
Автор

This channel is underrated. You should be getting a lot more views.

rooneymara
Автор

Very clear. Love the way you explain things doing TDD. Very few people do that. Thanks

sebastianbonilla
Автор

Bro youre the best. i wish you good luck wherever you are!

smiley
Автор

Thank you! Super helpful. I used this to figure out how to put a signal into my website, and automatically create a "new" workqueue status each time a new ticket was created.

jaredfiacco
Автор

Brilliant! Now I finally understand the importance, thank you!

sueholder
Автор

Хэллоу, вис из гуд дессон. Сенк ю вери матч😁

НиколайРюмин-йи
Автор

I really enjoyed your video. Keep up the good work 👍

FitriWibowo
Автор

Im new to this. What's the importance of AbstractUser in using it in Django?

shanaichika
Автор

Thanks. What are the disadvantages of the extending built-in User model via AbstractUser? As far as I understand we need to adjust UserCreationForm, UserChangeForm (forms.py) and UserAdmin(admin.py) as well. (Your approach is supported by Will Vincent but Kenneth Love suggests either to use Profile (OneToOne) or create completely custom User model based on AbstractBaseUser)

dodokwak
Автор

Ok Subscribed.

Thank you for those explanations. Awesome

actionphotopassion
Автор

How can I extend and add more field in abstract user ??
Like when I started a project I used abstract user but I want to extend. Can you help me in this ??

songs
Автор

Thanks for this video... and I have a query... how I can create user after doing abstractuser? will it be same as default user creation form or have to do something else for that...

ravikhatrisstuff
Автор

you help me very much thank you so much

belyoutube
Автор

2:48 how can you did that graph model? can you make available to download?

KrishnaManohar
visit shbcf.ru