Updated README

pull/6/head
Fabio Caccamo 2016-02-24 10:11:54 +01:00
parent 54f120c9ba
commit 8991863fb1
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ You can use the builtin **django-theme** or create your own and **customize** **
##Requirements
- Python 2.6, Python 2.7
- Django 1.6.5 through Django 1.8.4
- Django 1.6.5 through Django 1.9
##Installation
- Run `pip install django-admin-interface`
@ -15,7 +15,7 @@ INSTALLED_APPS = (
#...
'flat',
'colorfield',
'admin_interface',
'admin_interface',
#...
'django.contrib.admin',
#...