I am trying to learn about GAE Task Queues with Python 2.7. The sample code here doesn't work when I try to copy and past it into a 'helloworld.py' app from the Python 2.7 tutorial here.
I think it's because I don't have a 'counter.html' and I gather it is a pretty simple task to make one because it says this:
(In this example, 'counters.html' refers to a Django template that contains the HTML for a page that displays the counter value, and a button to trigger a POST request to the / URL.)
I gather that I should know how to make 'counter.html' but I can't.
Any suggestions?