From: Jan Szejko Date: Thu, 10 Aug 2017 13:56:56 +0000 (+0200) Subject: raven X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/920e98157ef2c7f21888d5ef095134d3a971f39d raven --- 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