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