From 3a06d2ac7a4d6a1647a5a09f56eb2dcf816878e0 Mon Sep 17 00:00:00 2001 From: palewire Date: Thu, 10 Jun 2010 06:41:48 -0700 Subject: [PATCH] Added detail.html to the instructions --- README.textile | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 94063c9..e06234a 100644 --- a/README.textile +++ b/README.textile @@ -164,7 +164,33 @@ STATIC_DOC_ROOT = "/Path/to/your/stuff"
def crossdomain(request):
     return HttpResponse('', mimetype="text/xml")
-*27. extra credit... it votes up, but not down. how to fix?* +*27. create a detail.html templates where it all happens* +

+
+    
+        The Voteinator
+    
+
+
+    
+
+ + + + + + + + + +
+ + + +
+ + +*28. extra credit... it votes up, but not down. how to fix?*
def vote(request, poll_id):
     p = get_object_or_404(Project, pk=poll_id)
@@ -177,7 +203,7 @@ STATIC_DOC_ROOT = "/Path/to/your/stuff"
return HttpResponse(status=200) -*28. create a test.py script* +*29. create a test.py script*
import sys, urllib2, urllib