summaryrefslogtreecommitdiff
path: root/project/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/urls.py')
-rw-r--r--project/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/urls.py b/project/urls.py
index b404d4c..31fafbc 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -158,6 +158,8 @@ urlpatterns += patterns('django.contrib.auth.views',
url(r'^password-reset-complete/$', 'password_reset_complete'),
)
+handler404 = 'django.views.defaults.page_not_found'
+
# Serve static files in DEBUG = True mode
if settings.DEBUG:
urlpatterns += patterns('',