Overview of features
Home
Read this first
About
web2py is 100% free
Download
Start learning web2py today
Documentation
Authors and contributors
Staff
Affiliated companies
Support
Edit page
Title:
Security Code:
Body:
(use
this
wiki markup)
On app engine I add this to app.yaml, so static requests do not touch the app server: - url: /([^/]+)/static/([^/]+) static_dir: applications/\1/static/\2