technology - machine learning - datascience - computer vision - programming
Search

Customize the Django Admin With Python – Real Python

In this tutorial, you’ll learn how to customize Django’s admin with Python. You’ll use AdminModel objects to add display columns, calculate values, link to referring objects, and search and filter results. You’ll also use template overriding to gain full control over the admin’s HTML.

Source : Customize the Django Admin With Python – Real Python