Member-only story
Customization of Django Admin Interface.
6 min readJul 9, 2022
My article is for everyone! Non-members can click on this link and jump straight into the full text!!
Today let's learn how to customize the admin panel of Django. When I started learning the Django framework, I was very fascinated by one of the most powerful parts of Django is the automatic admin interface. It reads metadata from your models to provide a quick, model-centric interface where trusted users can manage content on your site.
Introduction:
- Django is a back-end server-side web framework.
- It is free and open-source.
- It is written in Python.
- Django Admin is one of the most powerful parts of Django is the automatic admin interface.
Let's start customizing the Django Admin Panel (चलिये शुरू करते हैं ! )
1. How do I modify the header of the Django Admin Panel?
- As you can see from the above image Django provides the default header as ‘Django administration’.
- And we will see how to change it to ‘Admin Customization’