web.py also gives you flexibility of choosing template system and orm. FYI, web.py and web2py are diffrent frameworks.
On Jun 26, 4:19 pm, mengu <[email protected]> wrote: > On 22 Haziran, 18:25, andrei <[email protected]> wrote:> Web.py is a > framework itself, and can already do sessions, templating, > > serve static files, etc. > > Or do you mean you need to build CMS? > > > On Jun 22, 6:19 pm, BruceUK <[email protected]> wrote: > > werkzeug is called collection of wsgi tools but it also does sessions > and serve static files. and it lets you choose whatever template > system you want to use. > > the examples on the werkzeug web site are not easy to understand. > however if you would like to see something simple done with web2py, > check this out:http://github.com/mengu/werkzeug-todo -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
