From 920e98157ef2c7f21888d5ef095134d3a971f39d Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 10 Aug 2017 15:56:56 +0200 Subject: [PATCH] raven --- redakcja/settings/common.py | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/redakcja/settings/common.py b/redakcja/settings/common.py index ccb021e6..6c53d446 100644 --- a/redakcja/settings/common.py +++ b/redakcja/settings/common.py @@ -107,6 +107,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.comments', + 'raven.contrib.django.raven_compat', 'south', 'sorl.thumbnail', diff --git a/requirements.txt b/requirements.txt index a431b29d..6f5e1144 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,3 +28,5 @@ kombu>=3.0,<3.1 # migrations South>=1.0.2 + +raven \ No newline at end of file -- 2.20.1