Removed Grappelli dependency

This commit is contained in:
Roberto Rosario
2011-11-22 09:48:24 -04:00
parent 083baaee88
commit f7303c7eb8
4 changed files with 0 additions and 7 deletions

View File

@@ -81,7 +81,6 @@ STATIC_URL = '/%s-static/' % PROJECT_NAME
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
# Examples: "http://foo.com/media/", "/media/".
#ADMIN_MEDIA_PREFIX = STATIC_URL + 'grappelli/'
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'
# Make this unique, and don't share it with anybody.
@@ -118,7 +117,6 @@ TEMPLATE_DIRS = (
)
INSTALLED_APPS = (
#'grappelli',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
@@ -288,8 +286,6 @@ CELERYBEAT_SCHEDULER = 'djcelery.schedulers.DatabaseScheduler'
CELERY_DISABLE_RATE_LIMITS = True
#--------- Web theme ---------------
WEB_THEME_ENABLE_SCROLL_JS = False
#--------- Grappelli ----------------
#GRAPPELLI_ADMIN_TITLE = PROJECT_TITLE
#--------- Django -------------------
LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/'