Django Admin Site

Interact with the admin panel of the Django web app.

Django provides an admin panel that allows us to manage the content of our site. To access the admin panel, we need to create admin credentials first. Only people that we trust to manage the content of our site should have access to the admin site.

Create admin credentials

We can create admin credentials with the following command. You can use the credentials below, but feel free to enter your own as you go through the process. Please note that you will have to type out a password on the prompts titled Password and Password (again).

Get hands-on with 1200+ tech skills courses.