do I use:
from google.appengine.api.labs import taskqueue
or
from google.appengine.api import taskqueue

ie with or without ".labs"

dev_appserver.py tries to call my task url (correctly logging the url)
but claims it returns with a 500
do I see to add an entry to routes.py or index.yaml? I can't find any
references to such a thing.

Reply via email to