I'm trying to do something like this: - url: /viewpost/(.*) script: asklogin.py?id=\1
So If I type the URL *http://localhost:8080/viewpost/302* It will load the script *asklogin.py* and send a get variable: id = 302. What I did in the code above, doesn't work. Any other solution? -- 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.
