Some of the information here may be outdated, please check the book instead
[edit]

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
© 2008-2010 by Massimo Di Pierro - All rights reserved - Powered by web2py - design derived from a theme by the earlybird
The content of this book is released under the Artistic License 2.0 - Modified content cannot be reproduced.