Another open source project of mine - Papermerge Document Management System - github.com/ciur/papermerge - keeps me very busy these days. This is why, for a while Django Lessons will receive less attention from me. Papermerge DMS - is my source of inspiration so to say - this is where I gained all knowledge I share on this channel.
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.
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)
I am not aware of any disadvantages. Django documentation as well suggests to add extra fields via extending AbstractUser class (when starting new projects). I used this approach in practice without any issue.
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 ??
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...
Another open source project of mine - Papermerge Document Management System - github.com/ciur/papermerge - keeps me very busy these days. This is why, for a while Django Lessons will receive less attention from me.
Papermerge DMS - is my source of inspiration so to say - this is where I gained all knowledge I share on this channel.
This channel is underrated. You should be getting a lot more views.
Very clear. Love the way you explain things doing TDD. Very few people do that. Thanks
thank you!
The django-extensions was totally new and WOW for me. I just got started and this was new. Thank you !
Bro youre the best. i wish you good luck wherever you are!
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.
Brilliant! Now I finally understand the importance, thank you!
You are welcome!
YOU JUST SAVED ME BROOO!!!!
Wow. Very well done. Thank you!
You made my day....Thank you so much
Хэллоу, вис из гуд дессон. Сенк ю вери матч😁
I really enjoyed your video. Keep up the good work 👍
Ok Subscribed.
Thank you for those explanations. Awesome
Im new to this. What's the importance of AbstractUser in using it in Django?
Clear explanation. Thanks
You are welcome!
Фёрст ту кейсэс. I like your accent.
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)
I am not aware of any disadvantages. Django documentation as well suggests to add extra fields via extending AbstractUser class (when starting new projects). I used this approach in practice without any issue.
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 ??
If you user (XUser) class inherits from AbstractUser - and it was there since the beginning of the project - just add fields to yout XUser.
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...
You create them as usually.For example with User.objects.create(...)
Thanks ❤
2:48 how can you did that graph model? can you make available to download?
django-extensions read the docs
@@sueholder703 thank you.
Life saver
you help me very much thank you so much