webpy Applications
Other languages : français | ...
webpy applications encompass the urls and handlers that map to them. They fall into several categories:
- Basic app. Define urls and classes to handle them.
- Auto app. Urls are determined automatically based on classes.
- Subdir app. Run multiple apps on a single domain based on url.
- Subdomain app. Run multiple apps based on subdomains.