Episode

Managing permission groups in the Django admin site [15 of 24] | Beginner's Series to: Django

Permission groups are a convenient way to grant permissions to a specific set of users. We will learn how to create permission groups, apply permissions, then add users to groups through the Django admin site as a superuser.

Useful Links:

Python