Remove Groups From Admin Site - Django Wednesdays #41

preview_player
Показать описание
In this video I'll show you how to remove Groups from the Django Admin Page.

In our project we aren't using Groups, so let's go ahead and remove them from our Admin Section.

#django #codemy #JohnElder

Timecodes

0:00​​ - Introduction
2:38 - Import Django.Contrib.Auth.Models
3:35 - Check Out The Groups Docs
4:18 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

can you also unregister or remove permissions so that they dont show when you render the form on a template ?

Kennerdoll
Автор

Helle John ELDER. I'm very interested by the framework Django but I have some problems with. I cannot open my first program because I don't understand the protocol. Could you help me ???

yaokouadioalexis
Автор

Thanks for the video! It would be cool to learn how to set a limit number of free seats for venue and how to let the user book them until they are avaible! Thank

mynamelastname
Автор

Way cool. Thanks again for all your Django videos.

DerekStevens
Автор

Hi John.. I will be very happy if you will do some materials on fast api and test driven development..

pipi_delina
Автор

So a reason to remove this would be if you are at a company using active directory groups to manage your groups instead of django groups. Also, in my case, we have limited super user privileges being automatically granted to certain AD groups and we don't want the limited super users to go on and grant themselves permissions they shouldn't have

frankconlon