Updated README.md

This commit is contained in:
Fabio Caccamo
2016-04-11 12:56:09 +02:00
parent 858f077bd4
commit 149c95311f
+1 -1
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',
#... #...