Added django-sentry to monitor errors and store

This commit is contained in:
Roberto Rosario
2011-02-19 02:20:54 -04:00
parent 417a41bed0
commit 81c6b650c8
6 changed files with 37 additions and 7 deletions

View File

@@ -15,12 +15,10 @@ PROJECT_NAME = 'mayan'
DEBUG = False
DEVELOPMENT = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', 'your_email@domain.com'),
)
TEMPLATE_DEBUG = True
ADMINS = ()
SENTRY_ADMINS = ('root@localhost',)
MANAGERS = ADMINS
DATABASES = {
@@ -128,6 +126,12 @@ INSTALLED_APPS = (
'ocr',
'permissions',
'djcelery',
'indexer',
'paging',
'sentry',
'sentry.client',
'sentry.client.celery',
)
TEMPLATE_CONTEXT_PROCESSORS = (