mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Removed Sentry/Raven, as it seems to be broke under Django 1.4
This commit is contained in:
@@ -63,8 +63,6 @@ INSTALLED_APPS = (
|
|||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'nexus',
|
'nexus',
|
||||||
'gargoyle',
|
'gargoyle',
|
||||||
'sentry',
|
|
||||||
'raven.contrib.django',
|
|
||||||
'south',
|
'south',
|
||||||
'piston',
|
'piston',
|
||||||
'djcelery',
|
'djcelery',
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ South==0.7.4
|
|||||||
django-redis-cache
|
django-redis-cache
|
||||||
IPy==0.75
|
IPy==0.75
|
||||||
|
|
||||||
sentry==4.0.15
|
|
||||||
raven==1.7.3
|
|
||||||
|
|
||||||
nexus
|
nexus
|
||||||
gargoyle==0.9.0
|
gargoyle==0.9.0
|
||||||
-e hg+https://bitbucket.org/jespern/django-piston@7c90898072ce#egg=django_piston
|
-e hg+https://bitbucket.org/jespern/django-piston@7c90898072ce#egg=django_piston
|
||||||
|
|||||||
Reference in New Issue
Block a user