parent
f0126fb407
commit
c07a846374
10
README.md
10
README.md
|
|
@ -1,11 +1,17 @@
|
||||||
|
[](https://travis-ci.org/fabiocaccamo/django-admin-interface)
|
||||||
|
[](https://codecov.io/gh/fabiocaccamo/django-admin-interface)
|
||||||
|
[](https://badge.fury.io/py/django-admin-interface)
|
||||||
|
[](https://img.shields.io/pypi/pyversions/django-admin-interface.svg)
|
||||||
|
[](https://img.shields.io/pypi/l/django-admin-interface.svg)
|
||||||
|
|
||||||
# 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.7, 3.4, 3.5, 3.6
|
||||||
- Django 1.6.5 through Django 1.10
|
- Django 1.7, 1.8, 1.9, 1.10
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
- Run `pip install django-admin-interface`
|
- Run `pip install django-admin-interface`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue