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)**.
|
django-admin-interface is a modern **admin interface customizable by the admin itself (title, logo and colors)**.
|
||||||
|
|
||||||
##Requirements
|
##Requirements
|
||||||
|
|
@ -22,6 +22,19 @@ INSTALLED_APPS = (
|
||||||
- Run ``python manage.py collectstatic``
|
- Run ``python manage.py collectstatic``
|
||||||
- Restart your application server
|
- Restart your application server
|
||||||
|
|
||||||
|
##Screenshots
|
||||||
|
######Admin login
|
||||||
|

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

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

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

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