Restricting user permissions in Django admin programmatically

preview_player
Показать описание

In this tutorial, we'll dive into the process of restricting user permissions within the Django admin interface. Whether you're building a complex web application or a simple site, managing user permissions is crucial for maintaining security and ensuring that users have the appropriate level of access. We'll cover the step-by-step process of configuring Django's built-in permission system, customizing user roles, and creating a more secure admin environment. Perfect for Django beginners and intermediate users alike, this video will help you gain a deeper understanding of Django's powerful admin features.

🟥 2nd YouTube channel - Cloud Native:
If you'd like to learn and focus more on cloud computing, feel free to check out my other channel:

🎫 IT consultation
For those seeking expert guidance on deploying Django applications, please feel free to inquire down below:

📑 BLOG
Read insightful articles and tutorials on Cloud computing & Django development:

⭐️ GITHUB
Access my open-source projects and contribute to the community:

📺 WATCH NEXT
Looking to refresh your skills or dive into something new?

CRUD mastery with Django | Build a CRM application:

Master the fundamentals of Django admin:

❤️ SUPPORT
If you enjoy my content, consider supporting me through PayPal. Your contribution helps me to create more valuable resources. Thank you for your generosity!:

MY OTHER SOCIALS

💌 MY NEWSLETTER
Sign up for free to stay updated on the latest Cloud With Django announcements!:

WHO AM I?
If we haven’t met before - Hey 👋 I'm Arno! Just a typical software developer like you who has a passion for creating content on Cloud computing and Django 🚀

⌚️ Video timestamps:
00:00 - Intro
00:08 - Getting started
06:08 - Add permission restriction
08:09 - Change permission restriction
09:55 - Delete permission restriction
Рекомендации по теме
Комментарии
Автор

Hey Arno, Great video as always. I have been watching your videos since couple of months and all of them are really good and easy to understand. I'm waiting for Django Channels video, that topic will be great.😊

appykr
Автор


but, what about others users permissions

hakimboudraa
Автор

Hello Arno, Thanks for your offer, but can you explain how to connect django with postgres database and make backup and restore it again.
Many thanks in advance

emadmorgan
Автор

Thank you for this tutorial, it is very informative. Through your tutorials I have been able to easily understand Django. I just wanted to let you know that I appreciate your lovely work. How can we reach you on social media? Cheers.

huxleynyaoga
Автор

I believe Django provides this functionality when you create a new user, but it's good to know how to do it manually as well.

adamfire