Skip to content
Snippets Groups Projects
Commit 8c6e019e authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Enable sentry

parent 91ed521d
No related branches found
No related tags found
No related merge requests found
......@@ -11,16 +11,11 @@ from .base import * # noqa
# Disable debug mode
DEBUG = False
# Raven (sentry) configuration.
# Raven (sentry) configuration. See local settings for DSN
# INSTALLED_APPS += (
# 'raven.contrib.django.raven_compat',
# )
# RAVEN_CONFIG = {
# 'dsn': '<PUT DSN URL HERE>?verify_ssl=0',
# 'release': raven.fetch_git_sha(BASE_DIR),
# }
INSTALLED_APPS += (
'raven.contrib.django.raven_compat',
)
# Cache everything for 10 minutes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment