raven (for sentry.io)
authorJan Szejko <janek37@gmail.com>
Fri, 23 Jun 2017 15:25:43 +0000 (17:25 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 23 Jun 2017 15:25:43 +0000 (17:25 +0200)
requirements/requirements.txt
src/wolnelektury/settings/__init__.py

index 07a4965..447c375 100644 (file)
@@ -56,3 +56,5 @@ django-getpaid>=1.7,<1.8
 httplib2
 Texml
 django-ssify>=0.2.1,<0.3
+
+raven
\ No newline at end of file
index 8190850..a9079bf 100644 (file)
@@ -88,6 +88,7 @@ INSTALLED_APPS_CONTRIB = [
     'getpaid.backends.payu',
     'ssify',
     'django_extensions',
+    'raven.contrib.django.raven_compat',
 
     # allauth stuff
     'uni_form',