AI Features

Rebrand change_list.html

Learn to customize the Django model change page.

We'll cover the following...

Rebranding change_list.html

If you click on a model the change_list.html page is displayed. You will learn how to rebrand it in this lesson. Starting offStarting off, you will need to adapt the HTML code of the change_list.html file located in sample_app/templates/admin/sample_app/.

Your ...