Hello, i am new to google apps engine and also to python. I was looking at the script handlers and trying to understand the url patters and matching scripts. I was referring this http://code.google.com/appengine/docs/configuringanapp.html In a example it says " For example, /profile/(.*?)/(.*) would match the URL /profile/edit/manager and use edit and manager as the first and second groupings. " and " handlers: - url: /profile/(.*?)/(.*) script: /employee/\2/\1.py " and " As in the previous example, with the groupings edit and manager, the script path /employee/\2/\1.py uses the full path /employee/manager/ edit.py."
I am trying to understand this particular example. How is the directory structure for this particular example maintained and what would the names of the corresponding scripts be? Could some one please explain a little in detail? Sorry if my questions are stupid as i am new to this. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
