From 42edf1cfafd747c5dd239880b6f91a63092dd078 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 22 Jan 2016 08:35:09 +0000 Subject: [PATCH] Fixed tests, will need to re-implement later --- project/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/urls.py b/project/urls.py index 92f78b8..a41a806 100644 --- a/project/urls.py +++ b/project/urls.py @@ -12,4 +12,4 @@ urlpatterns = [ url(r'', include('project.pages.urls', namespace='pages')) ] -handler404 = Custom404View +# handler404 = Custom404View