From 863f0b57641ccceb49682a3257ec41026bb6bbd8 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Thu, 17 Feb 2022 12:27:59 -0600 Subject: [PATCH] Add django-impersonate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbe8fa4..5ce197a 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,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-impersonate](https://pypi.org/project/django-impersonate/) - Allow superusers to “impersonate” other non-superuser accounts. - [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`. - [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. - [django-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration.