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.
We'll cover the following
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 ispass
.
After we are logged in, our Django admin page will look like this:
Get hands-on with 1400+ tech skills courses.