Now uses Sentry 1.13.5 / Raven 0.7.0 correctly, fixed the requirements

This commit is contained in:
2012-01-04 19:08:53 +00:00
parent dbf34eb74a
commit 6086e2fd5f
3 changed files with 6 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ INSTALLED_APPS = (
'nexus',
'gargoyle',
'sentry',
'sentry.client',
'raven.contrib.django',
'south',
'piston',
'djcelery',
@@ -167,7 +167,7 @@ LOGGING = {
},
'sentry': {
'level': 'DEBUG',
'class': 'sentry.client.handlers.SentryHandler',
'class': 'raven.contrib.django.handlers.SentryHandler',
},
},
'loggers': {