-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathparams.json
6 lines (6 loc) · 1.64 KB
/
params.json
1
2
3
4
5
6
{
"name": "Drango",
"tagline": "Easy to use Django admin interface.",
"body": "# Drango\r\nEasy to use Django admin interface.\r\n\r\nDrango 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.\r\n\r\n#Features(Upcoming)\r\n1. Awesome and minimal UI\r\n2. Fully Responsive\r\n3. Ajax implementations\r\n4. Charts for apps representations\r\n5. Icon rich UI\r\n6. Filters for Site Admnistration Page\r\n\r\n#SetUp\r\nFor now you have to download the this Grappelli directory into your Django project.\r\nThen paste \"Grappelli\" into your installed app in setting.py (same as we do for Grappelli https://github.com/sehmaschine/django-grappelli )<br>\r\nChange URL Patterns for your admin same as we do for Grappelli<br>\r\n url(r'^grappelli/', include('grappelli.urls')), <br>\r\n url(r'^admin/', include(admin.site.urls)),\r\n\r\nAnd login to localhost:8000/admin/ :^)\r\n\r\n#Login Design\r\n<img src=\"https://github.com/aka-jain/Drango/blob/master/images/Login.png?raw=true\">\r\n\r\n#Site Admin Design\r\n<img src=\"https://github.com/aka-jain/Drango/blob/master/images/Site_Admin.png?raw=true\">\r\n\r\n#List View Design\r\n<img src=\"https://github.com/aka-jain/Drango/blob/master/images/List_View.png?raw=true\">\r\n\r\n#Credits\r\nhttps://github.com/sehmaschine/django-grappelli\r\n\r\n#Note\r\nThis 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\r\n\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}