Fixed README syntax
parent
ff2d05e44c
commit
00f60c222d
20
README.md
20
README.md
|
|
@ -1,13 +1,13 @@
|
||||||
#django-admin-interface
|
# django-admin-interface
|
||||||
django-admin-interface is a modern **responsive flat admin interface customizable by the admin itself**.
|
django-admin-interface is a modern **responsive flat admin interface customizable by the admin itself**.
|
||||||
|
|
||||||
You can use the builtin **django-theme** or create your own and **customize** **title, logo and colors**.
|
You can use the builtin **django-theme** or create your own and **customize** **title, logo and colors**.
|
||||||
|
|
||||||
##Requirements
|
## Requirements
|
||||||
- Python 2.6, Python 2.7, Python 3.4
|
- Python 2.6, Python 2.7, Python 3.4
|
||||||
- Django 1.6.5 through Django 1.10
|
- Django 1.6.5 through Django 1.10
|
||||||
|
|
||||||
##Installation
|
## Installation
|
||||||
- Run `pip install django-admin-interface`
|
- Run `pip install django-admin-interface`
|
||||||
- Add `admin_interface`, `flat_responsive`, `flat` and `colorfield` to `settings.INSTALLED_APPS` **before** `django.contrib.admin`
|
- Add `admin_interface`, `flat_responsive`, `flat` and `colorfield` to `settings.INSTALLED_APPS` **before** `django.contrib.admin`
|
||||||
```python
|
```python
|
||||||
|
|
@ -26,23 +26,23 @@ INSTALLED_APPS = (
|
||||||
- Run ``python manage.py collectstatic``
|
- Run ``python manage.py collectstatic``
|
||||||
- Restart your application server
|
- Restart your application server
|
||||||
|
|
||||||
##Screenshots
|
## Screenshots
|
||||||
######Admin login
|
###### Admin login
|
||||||

|

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

|

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

|

|
||||||
---
|
---
|
||||||
######Admin theme customization
|
###### 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-flat-responsive](https://github.com/elky/django-flat-responsive)
|
- [django-flat-responsive](https://github.com/elky/django-flat-responsive)
|
||||||
- [django-colorfield](https://github.com/jaredly/django-colorfield/)
|
- [django-colorfield](https://github.com/jaredly/django-colorfield/)
|
||||||
|
|
||||||
##License
|
## License
|
||||||
Released under [MIT License](LICENSE).
|
Released under [MIT License](LICENSE).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue