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:
Admin Interface
...
Access this course and 1400+ top-rated courses and projects.