Episode

Managing Permissions in the Django admin site [14 of 24] | Beginner's Series to: Django

By default, every user type will have different levels of access and permissions. Most will not have the same level of access as a superuser, but a superuser can grant permissions to users and allow access to appropriate levels of data. We will learn how to provide permissions to users through the Django admin site as a superuser.

Useful Links:

Python