Episode

Accessing the Django admin site as a superuser [12 of 24] | Beginner's Series to: Django

Administration in Django begins with a superuser. The superuser can access the admin site to manage data as well as create other users and manage their access within the site. We will learn how to create a super user as well as explore the admin site as a superuser.

Useful Links:

Python