On Jun 12, 8:40 am, gops <[email protected]> wrote: > you don't have to link it via app.yaml, you can map urlmap via > django , just make sure that it points to the right page.
I used app.yaml because I needed to specify "login: admin". Is there another way? The mapreduce/main.py does its own initialization. How would I use that through Django? It doesn't have a Django page handler, doesn't return a Django HttpResponse and initializes its own GAE request handling stuff. So I'm not sure how I could use Django to point the right page. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
