Django Admin Customization (Overview)
The Django framework comes with a powerful administrative tool called admin. You can use it out of the box to quickly add, delete, or edit any database model from a web interface. But with a little extra code, you can customize the Django admin to take your admin capabilities to the next level.
In this course, you’ll learn how to:
- Add attribute columns in the model object list
- Link between model objects
- Add filters to the model object list
- Make model object lists searchable
- Modify the object edit forms
- Override Django admin templates
00:00 Customize the Django Admin with Python.
00:04 The Django framework comes with a powerful administrative tool called admin. You can use it out of the box to quickly add, delete, or edit any database model from a web interface. But with a little extra code, you can customize the Django admin to take your admin capabilities to the next level. In this course, you’ll learn how to add attribute columns in the model object list, link between model objects, add filters to the model object list, make model object lists searchable, modify the object edit forms, and override Django admin templates.
Become a Member to join the conversation.