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.html Homepage for all app models
  • change_list.html Page after selecting a model that shows all existing of that model
  • change_form.html Page for editting/creating a model