60
|
1 =========================
|
|
2 Essential Characteristics
|
|
3 =========================
|
|
4
|
|
5 Peaceful Coexistence
|
|
6 A TinCan webapp is a Bottle webapp. You can also do things the Bottle
|
|
7 way… in the same webapp! Bottle-style webapps have access to the same
|
|
8 Chameleon templating engine that TinCan uses.
|
|
9
|
|
10 No Configuration
|
|
11 Just make a tree appropriately-named files, and TinCan will figure it
|
|
12 all out. The file tree defines the routes, much like in a web server.
|
|
13
|
|
14 Header Directives Can Get You a Lot
|
|
15 Need to have one controller associated with multiple views? TinCan
|
|
16 can do that! See the ``#python`` header directive. |