From 8553f4346f703523ca08c65309e5cbf269a0ddcb Mon Sep 17 00:00:00 2001 From: Arjun Adhikari Date: Tue, 5 Jan 2021 11:34:19 +0545 Subject: [PATCH 1/2] Add django material admin to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4abda6..1db0997 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-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration ### APIs From e5e55d3e70b3cc6ae79c485de0a628080eb27ae3 Mon Sep 17 00:00:00 2001 From: Arjun Adhikari Date: Tue, 5 Jan 2021 11:37:55 +0545 Subject: [PATCH 2/2] Correct punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db0997..c5b19a2 100644 --- a/README.md +++ b/README.md @@ -81,7 +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-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration +- [django-material-admin](https://github.com/MaistrenkoAnton/django-material-admin) - Material design for django administration. ### APIs