Optimal way to add custom fields to Django admin

Taiwo Kareem
4 min readJan 11, 2024

One of the best practices in software development is to reduce as much database queries as possible through optimisation. A good Software developer must always have optimisation in mind when architecting a software product.

In this article I will be showing two ways to add custom fields to Django admin and explain which is best for what scenario.

--

--