Handle piston errors through Sentry

This commit is contained in:
2011-05-31 16:25:32 +01:00
parent b28170df3e
commit 7200ab9571
3 changed files with 21 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from django.conf.urls.defaults import *
from piston.resource import Resource
from piston.authentication import NoAuthentication
from api.resource import SentryResource as Resource
from api.auth import APIKeyAuthentication
from api.handlers import *