From 5f91ed9fcd3ffb6d1d80bbfe42690e5fbd34c0ac Mon Sep 17 00:00:00 2001 From: Laban <36964869+Labohkip81@users.noreply.github.com> Date: Mon, 5 Oct 2020 08:02:23 +0300 Subject: [PATCH] Add Django-admin inteface to the list Add Django-admin-interface app to the list, enables users to easily customize the admin interface. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f865d29..f4efbc4 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-admin-honeypot](https://github.com/dmpayton/django-admin-honeypot) - Configure a honeypot to see who's trying to hack your site. - [django-loginas](https://github.com/skorokithakis/django-loginas) - "Log in as user" for the Django admin. - [impostor](https://github.com/avallbona/Impostor) - Impostor is a Django application which allows staff members to login as a different user by using their own username and password. +- [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals. ### APIs