For example: django-grappelli. Install python customization tools and follow the next step.
$ pip install django-grappelli
and then add to installed applications
INSTALLED_APPS = (
'grappelli',
'django.contrib.admin',
)
This is the way for your question.
source
share