Adding raven requirement
parent
d16f0c2193
commit
50afed05f9
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue