Updated README.md

pull/6/head
Fabio Caccamo 2016-04-11 12:56:09 +02:00
parent 858f077bd4
commit 149c95311f
1 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@ You can use the builtin **django-theme** or create your own and **customize** **
```python ```python
INSTALLED_APPS = ( INSTALLED_APPS = (
#... #...
'admin_interface',
'flat', 'flat',
'colorfield', 'colorfield',
'admin_interface',
#... #...
'django.contrib.admin', 'django.contrib.admin',
#... #...