Exploring Model in Admin Interface

Let’s learn how our models are rendered on the admin interface and the different operations that we can use.

The admin interface

First, we need to start our application. Then, we append /admin in the URL and log in.

NOTE: Recall from the previous lesson, our username is admin and password is pass.

After we are logged in, our Django admin page will look like this:

Get hands-on with 1200+ tech skills courses.