Django Admin 101: How to Add Custom Actions to the Model List View?
Easily customize the Django Admin interface with custom actions
Dec 22, 20222 min read600

Search for a command to run...

Series
Django provides a great Admin panel rich in features and highly customizable, in this series of blogs we will be introduced to all such possible customizations and more.
Easily customize the Django Admin interface with custom actions

Register a model twice in the Django admin

Change the number of objects (rows) to show in the Django admin change list view

Customize the Queryset in the Django admin change list view.

Change the input widget into a textfield in Django Model Admin form

Make fields to be read only fields in the Django model admin forms
