web2py is 265 KB of source code and 1.2 MB is all included (compare with 4.6 MB of Django). Nevertheless, web2py will do everything you need (manage the session, cookies, request, response, cache, internationalization, errors / tickets, database abstraction for GAE, SQLite, MSSQL, MySQL, Postgres, Oracle, FireBird, etc. ) - just unzip and click on it - and you can do the development in your browser.
Web2py has both routes and return routes.
Web2py has a hierarchical template system, which means that a view can expand a layout, which can expand another layout, etc. Views may also include other views.
massimo Oct. 13 '08 at 5:45 2008-10-13 05:45
source share