Disable grappelli, have a lot of incompatibilities with django 1.6/python3
parent
7e483f7c9a
commit
9df3b927e1
|
@ -178,8 +178,8 @@ TEMPLATE_DIRS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
'grappelli.dashboard',
|
# 'grappelli.dashboard',
|
||||||
'grappelli',
|
# 'grappelli',
|
||||||
|
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
'django.contrib.contenttypes',
|
'django.contrib.contenttypes',
|
||||||
|
|
Loading…
Reference in New Issue