How to Write Your First Custom Model Manager (Django Tutorial) | Part 40

preview_player
Показать описание
Enjoyed my video? Leave a like!
Рекомендации по теме
Комментарии
Автор

Thanks for your tutorial, very useful.. you look like an English Mr. robot

adrianm.zapata
Автор

You're so underrated my man! Keep it up

kaibrown
Автор

thank you bro
why you not make simple eCommerce web site using django with custom admin panel

telinixinfopvtlimited
Автор

So after adding the manager to the UserProfile class, why does the admin view always use it to filter?
Does the 'london = UserProfileManager()' line overwrite the get_queryset() method of UserProfile?

Lupo
Автор

How this is actually applied to the current app would be nice to know. For instance, what if we don't want to filter by name or by city, or what if we want to order by name or by city. How does that weave into the app?

addohm
Автор

Awesome your tutorials, thank you for make them

sindaniel_
Автор

How would you create a multiple user registration with Django authentication

jeremiahdavid
Автор

How do I fix this error?
AttributeError: 'function' has object has no attribute 'filter'

brotherx
Автор

I can't user the .objects any more..

MHP