mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 20:29:27 +00:00
Now uses Sentry 1.13.5 / Raven 0.7.0 correctly, fixed the requirements
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user