From 54f7f31b94e1a1f91477db29856d499029ba5156 Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Sun, 14 Jun 2020 21:49:46 +0200 Subject: [PATCH] Added impostor Added impostor. Impostor is a Django application which allows staff members to login as a different user by using their own username and password. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0e425d..e500c43 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-import-export](https://github.com/django-import-export/django-import-export) - Django application and library for importing and exporting data with admin integration - [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. ### APIs - [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django