Course Content
Lectures
0/59
Django Beginner to Intermediate Course
About Lesson

In this part of the Django tutorials, you will learn how to work with the Django
Admin panel. First things first, you need to create a superuser to be able to login
to the panel and then you can add users, set so many different variables options for
the new users such as checking or unchecking the box related to superuser or not and so on.
Notice that you can also have multiple superusers.

Join the conversation