Follow
Series

Django admin tips and tricks

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.

Articles in this series

Django Admin 101: How to Add Custom Actions to the Model List View?

Gaurav SharmaGaurav Sharma
Dec 22, 20222 min read 104 views

Easily customize the Django Admin interface with custom actions · Hey everyone! If you're a Django developer, you're probably familiar with the Django...

Django Admin 101: How to Add Custom Actions to the Model List View?
How to register a model twice in the Django admin?
How to change the number of objects (rows) to show in the Django admin change list view?
How to customize the Queryset in the Django admin change list view?
How to change the input widget into a textfield in Django Model Admin form?
How to make fields to be read only fields in the Django model admin forms?