From a90110aaef93046d3b9dff497b90bb60eaafbfab Mon Sep 17 00:00:00 2001 From: Slava Kyrachevsky Date: Mon, 23 Jan 2017 12:25:47 +0200 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20sentry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proj/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proj/settings.py b/proj/settings.py index aaadf0fa..06ce1036 100644 --- a/proj/settings.py +++ b/proj/settings.py @@ -395,7 +395,7 @@ INSTALLED_APPS = ( 'south', 'rosetta', 'widget_tweaks', - 'raven.contrib.django.raven_compat', + # 'raven.contrib.django.raven_compat', ) CRONJOBS = [ @@ -526,9 +526,9 @@ PERIODIC = { } # sentry -RAVEN_CONFIG = { - 'dsn': 'http://eb7e4b632b3543f487386cbe9151b174:0b148a7ed13643c88d3a6b014c3a4f65@sentry.oldmin.org/2', -} +# RAVEN_CONFIG = { +# 'dsn': 'http://eb7e4b632b3543f487386cbe9151b174:0b148a7ed13643c88d3a6b014c3a4f65@sentry.oldmin.org/2', +# } try: from local import *