Is it possible to have a little more explicit tutorial about subdir
app ?
I do not understand how to insert the wiki example.
If code.py contains the following example given in the documentation :

import wiki

mapping = (
    "/wiki", wiki.app)

app = web.subdir_application(mapping)

if __name__ == '__main__:
    app.run()

where should we put wiki.py and how its structure is ?
thank you for your lights ;)

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to