Drango
Easy to use Django admin interface.
Drango is a customize theme for Grappelli (Material Design). It has a beautiful UI dark theme with good user experience that makes the data upload work enjoyable.
Features(Upcoming)
- Awesome and minimal UI
- Fully Responsive
- Ajax implementations
- Charts for apps representations
- Icon rich UI
- Filters for Site Admnistration Page
SetUp
For now you have to download the this Grappelli directory into your Django project.
Then paste "Grappelli" into your installed app in setting.py (same as we do for Grappelli https://github.com/sehmaschine/django-grappelli )
Change URL Patterns for your admin same as we do for Grappelli
url(r'^grappelli/', include('grappelli.urls')),
url(r'^admin/', include(admin.site.urls)),
And login to localhost:8000/admin/ :^)
Login Design
Site Admin Design
List View Design
Credits
https://github.com/sehmaschine/django-grappelli
Note
This project is under development. And for now it is based on Grappelli.Soon it will be released as an independent plugin. Till then have a happy uploading work :^D