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.

Clone this repository (size: 106.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/luke/haus/
commit 21: 80be7ffe2b91
parent 20: 920ac6718dd1
branch: default
The app.stack example also included static, which was incorrect.
Luke Arno
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', 'static', 'selector']"``
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