From e9bd2ae1d3a7f5a00886f1797ae81cb2ebd5d626 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 5 Jul 2014 21:47:24 +0400 Subject: [PATCH] Added django-suit admin panel Really nice and powerful replacement for default admin interface. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d2c33..7d0fcc7 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Ajenti](https://github.com/Eugeny/ajenti) - The admin panel your servers deserve. * [Grappelli](http://grappelliproject.com) – A jazzy skin for the Django Admin-Interface. +* [django-suit](http://djangosuit.com/) - Alternative Django Admin-Interface (free only for Non-commercial use). * [django-xadmin](https://github.com/sshwsfc/django-xadmin) - Drop-in replacement of Django admin comes with lots of goodies. * [flask-admin](https://github.com/mrjoes/flask-admin) - Simple and extensible administrative interface framework for Flask. * [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.