Add django-sentry, remove debug-toolbar

This commit is contained in:
2011-05-30 21:17:57 +01:00
parent 62dd79097d
commit 1ec1f33693
4 changed files with 21 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import djcelery
# Debug settings
DEBUG = False
TEMPLATE_DEBUG = DEBUG
TEMPLATE_DEBUG = True
# Zone Settings
TIME_ZONE = 'UTC'
@@ -31,7 +31,6 @@ MIDDLEWARE_CLASSES = (
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'sso.middleware.InactiveLogoutMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
'pagination.middleware.PaginationMiddleware',
'sso.middleware.IGBMiddleware',
)
@@ -62,11 +61,12 @@ INSTALLED_APPS = (
'django.contrib.sites',
'django.contrib.humanize',
'django.contrib.staticfiles',
'sentry',
'sentry.client',
'south',
'piston',
'djcelery',
'registration',
'debug_toolbar',
'pagination',
'eve_proxy',
'eve_api',