Updated README.md
parent
4a45afed18
commit
ea36322ca1
15
README.md
15
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# django-admin-interface
|
||||
#django-admin-interface
|
||||
django-admin-interface is a modern **admin interface customizable by the admin itself (title, logo and colors)**.
|
||||
|
||||
##Requirements
|
||||
|
|
@ -22,6 +22,19 @@ INSTALLED_APPS = (
|
|||
- Run ``python manage.py collectstatic``
|
||||
- Restart your application server
|
||||
|
||||
##Screenshots
|
||||
######Admin login
|
||||

|
||||
---
|
||||
######Admin dashboard
|
||||

|
||||
---
|
||||
######Admin themes management
|
||||

|
||||
---
|
||||
######Admin theme customization
|
||||

|
||||
===
|
||||
##Thanks
|
||||
- [django-flat-theme](https://github.com/elky/django-flat-theme/)
|
||||
- [django-colorfield](https://github.com/jaredly/django-colorfield/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue