From 39bae33b2e4cfab3c454d87a995fcbe5e008523b Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Wed, 3 Feb 2021 13:38:13 -0500 Subject: [PATCH] add django-related-admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4abda6..6f30588 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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-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-related-admin](https://github.com/PetrDlouhy/django-related-admin) - A helper library that allows you to write list_displays accross foreign key relationships. ### APIs