luke / Haus (http://houseofhaus.org/)
A loosely joined WSGI-centric Web programming framework. It is easy to add components to the framework or override components with your own versions on a per application basis. You can control how components are loaded and applied to your application by adding simple configuration options. The framework is connected to your application code and templates with an easy-to-use decorator.
| commit 21: | 80be7ffe2b91 |
| parent 20: | 920ac6718dd1 |
| branch: | default |
The app.stack example also included static, which was incorrect.
20 months ago
Changed (Δ10 bytes):
raw changeset »
docs/configuring.rst (1 lines added, 1 lines removed)
Up to file-list docs/configuring.rst:
| … | … | @@ -13,7 +13,7 @@ is extended by |
13 |
13 |
``app.stack`` |
14 |
14 |
************* |
15 |
15 |
|
16 |
**Default:** ``"['logger', 'standard', 'prefixer', 's |
|
16 |
**Default:** ``"['logger', 'standard', 'prefixer', 'selector']"`` |
|
17 |
17 |
|
18 |
18 |
The value of this is a string evaluating to a stack descriptor. |
19 |
19 |
The middleware stack generated from this descriptor is applied |
