project/urls.py
branch2011
changeset 429 cde70fd3073c
parent 419 d68f4cfebfab
child 436 4899e9c34962
--- a/project/urls.py	Sat Oct 01 03:57:37 2011 +0530
+++ b/project/urls.py	Sat Oct 01 03:59:03 2011 +0530
@@ -166,7 +166,8 @@
      url(r'^password-reset-complete/$', 'password_reset_complete'),
 )
 
-handler404 = 'django.views.defaults.page_not_found'
+handler404 = 'project.scipycon.views.handler404'
+handler500 = 'project.scipycon.views.handler404'
 
 # Serve static files in DEBUG = True mode
 if settings.DEBUG: