From 540fc9d3c0623e77ff4cd858aa7fc179947fab0b Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 15 May 2018 12:12:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D0=B0=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C=20?= =?UTF-8?q?=D1=82=D0=BE=D0=BA=D0=B5=D0=BD=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/settings.py b/lms/settings.py index 5894e6f..7fe3729 100644 --- a/lms/settings.py +++ b/lms/settings.py @@ -191,7 +191,7 @@ STATIC_URL = '/static/' SSL_ROOT = os.path.join(BASE_DIR, 'ssl') RAVEN_CONFIG = { - 'dsn': 'http://1a09557dbd144e52af4b14bea569c114:fbb5dfaa39e64f02a1b4cc7ac665d7d7@sentry.skillbox.ru/7' + 'dsn': 'https://1a09557dbd144e52af4b14bea569c114:fbb5dfaa39e64f02a1b4cc7ac665d7d7@sentry.skillbox.ru/7' } LOGGING = {