Django
Override Admin Templates
Documentation
Copy admin templaes from /usr/local/lib/python3.7/site-packages/django/contrib/admin/templates/admin (or from venv) and make changes to copied files now placed in your project's templates directory
app_index.htmlHomepage for all app modelschange_list.htmlPage after selecting a model that shows all existing of that modelchange_form.htmlPage for editting/creating a model