*I use GAE and I use the app.yaml to solve this but there is anther problem I have more than one function in the file so I want to point to the specific function
the code in app.yaml is - url: /login script: applications\init\controllers\login.py but if I have a script contain 2 functions how to point to one of them ? Thanks for your patience and your ideas * On 3 April 2011 23:38, Jonathan Lundell <[email protected]> wrote: > On Apr 3, 2011, at 2:22 PM, pbreit wrote: > > > > Oh right, cuz login is going to be /user/login ? > > Well, that too, but simply setting default_application (without any > routing) will never suppress the application unless it's also suppressing > the controller and function. > > -- Ahmed Sharkawy

