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 ##Requirements
- Python 2.6, Python 2.7 - Python 2.6, Python 2.7
- Django 1.6.5 through Django 1.8.4 - Django 1.6.5 through Django 1.9
##Installation ##Installation
- Run `pip install django-admin-interface` - Run `pip install django-admin-interface`
@ -15,7 +15,7 @@ INSTALLED_APPS = (
#... #...
'flat', 'flat',
'colorfield', 'colorfield',
'admin_interface', 'admin_interface',
#... #...
'django.contrib.admin', 'django.contrib.admin',
#... #...