summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Reporting/urls.py')
-rw-r--r--src/lib/Bcfg2/Reporting/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Reporting/urls.py b/src/lib/Bcfg2/Reporting/urls.py
index 4dd343905..b8f242b01 100644
--- a/src/lib/Bcfg2/Reporting/urls.py
+++ b/src/lib/Bcfg2/Reporting/urls.py
@@ -3,6 +3,8 @@ from django.core.urlresolvers import reverse, NoReverseMatch
from django.http import HttpResponsePermanentRedirect
from Bcfg2.Reporting.utils import filteredUrls, paginatedUrls, timeviewUrls
+handler500 = 'Bcfg2.Reporting.views.server_error'
+
def newRoot(request):
try:
grid_view = reverse('reports_grid_view')