Updated README.md
parent
858f077bd4
commit
149c95311f
|
|
@ -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',
|
||||||
#...
|
#...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue