diff --git a/app/conf/common.py b/app/conf/common.py index 4614235..93f8cac 100644 --- a/app/conf/common.py +++ b/app/conf/common.py @@ -63,8 +63,6 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'nexus', 'gargoyle', - 'sentry', - 'raven.contrib.django', 'south', 'piston', 'djcelery', diff --git a/requirements.txt b/requirements.txt index 54039b4..2c4dec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,9 +13,6 @@ South==0.7.4 django-redis-cache IPy==0.75 -sentry==4.0.15 -raven==1.7.3 - nexus gargoyle==0.9.0 -e hg+https://bitbucket.org/jespern/django-piston@7c90898072ce#egg=django_piston