Installed grappelli inline with the source

This commit is contained in:
Roberto Rosario
2011-02-03 20:31:38 -04:00
parent bb0d884eea
commit 5ff9fe41df
710 changed files with 60677 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ TEMPLATE_DIRS = (
)
INSTALLED_APPS = (
#'grapelli',
'grappelli',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
@@ -128,7 +128,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'django.core.context_processors.i18n',
'django.core.context_processors.media',
'django.core.context_processors.request',
# 'grappelli.context_processors.admin_template_path',
'grappelli.context_processors.admin_template_path',
# 'django.contrib.messages.context_processors.messages',
)