Updated README

pull/8/head
Fabio Caccamo 2016-09-04 18:43:55 +02:00
parent 793a019460
commit c5bbbbc855
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ You can use the builtin **django-theme** or create your own and **customize** **
INSTALLED_APPS = (
#...
'admin_interface',
'flat',
'flat', #if django version < 1.9
'colorfield',
#...
'django.contrib.admin',