Fix typo in config file

This commit is contained in:
2012-08-06 20:29:41 +01:00
parent 0e66f85b7e
commit 1265eb704f

View File

@@ -175,7 +175,7 @@ LOGGING = {
}, },
}, },
'handlers': { 'handlers': {
'sentry': 'sentry': {
'level': 'ERROR', 'level': 'ERROR',
'class': 'raven.contrib.django.handlers.SentryHandler', 'class': 'raven.contrib.django.handlers.SentryHandler',
}, },