Removed 500 handler

This commit is contained in:
Fergal Moran
2015-07-19 22:08:16 +01:00
parent ec1c744148
commit 3b19f19708

View File

@@ -15,7 +15,6 @@ urlpatterns = patterns(
(r'^grappelli/', include('grappelli.urls')),
(r'^social/', include('spa.social.urls')),
)
handler500 = 'spa.views.debug_500'
if settings.DEBUG:
from django.views.static import serve