Adding raven requirement

remotes/origin/enhancement/email-actions
Alejandro Alonso 2014-10-21 10:29:53 +02:00 committed by David Barragán Merino
parent d16f0c2193
commit 50afed05f9
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ easy-thumbnails==2.1
celery==3.1.12 celery==3.1.12
redis==2.10.3 redis==2.10.3
Unidecode==0.04.16 Unidecode==0.04.16
raven==5.1.1
# Comment it if you are using python >= 3.4 # Comment it if you are using python >= 3.4
enum34==1.0 enum34==1.0

View File

@ -199,6 +199,7 @@ INSTALLED_APPS = [
"djmail", "djmail",
"django_jinja", "django_jinja",
"easy_thumbnails", "easy_thumbnails",
"raven.contrib.django.raven_compat",
] ]
WSGI_APPLICATION = "taiga.wsgi.application" WSGI_APPLICATION = "taiga.wsgi.application"