PyOoHtml - D-h --- Dynamic Handler
This is a simplification of app.yaml
handlers: - url: /static static_dir: static - url: /.* script: dynamic_handler.py
- v2 - default module (was Index)
- v2-main - default action
- Test - test module, see Test.py
- Test-main - default public action
- Test-action1 - private action
- Test-action2 - admin action