forgot to import http404 .. fixed it anoop
authornishanth
Thu, 15 Jul 2010 14:36:23 +0530
branchanoop
changeset 98 e6140a4cac5d
parent 97 bf16c82df506
child 99 fdaed2cf5820
forgot to import http404 .. fixed it
sdi/views.py
--- a/sdi/views.py	Thu Jul 15 14:35:05 2010 +0530
+++ b/sdi/views.py	Thu Jul 15 14:36:23 2010 +0530
@@ -1,5 +1,5 @@
 from django.shortcuts import render_to_response, redirect
-from django.http import HttpResponse
+from django.http import HttpResponse, Http404
 from django.contrib.auth.decorators import login_required
 from django.utils.datastructures import MultiValueDictKeyError