Mercurial > cgi-bin > hgweb.cgi > tincan
view doc/essential_characteristics.rst @ 66:f33cb3e93473 draft
Fix bad log invocations.
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 12 Jul 2019 20:27:52 -0700 |
parents | 8867b3a5c4fa |
children |
line wrap: on
line source
========================= Essential Characteristics ========================= Peaceful Coexistence A TinCan webapp is a Bottle webapp. You can also do things the Bottle way… in the same webapp! Bottle-style webapps have access to the same Chameleon templating engine that TinCan uses. No Configuration Just make a tree of appropriately-named files, and TinCan will figure it all out. The file tree defines the routes, much like in a web server. Header Directives Can Get You a Lot Need to have one controller associated with multiple views? TinCan can do that! See ``#python`` in the :ref:`header-directives` section.