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 34: fcc8c556ebf3
parent 33: ca86a1b56ade
branch: default
removed warning about framework function instability
Luke Arno / luke
16 months ago

Changed (Δ111 bytes):

raw changeset »

docs/frameworkfunctions.rst (0 lines added, 5 lines removed)

Up to file-list docs/frameworkfunctions.rst:

@@ -10,11 +10,6 @@ Access to this dict is provided to WSGI
10
10
``environ['haus.functions']`` by the 
11
11
:ref:`StandardFunctionsComponent`. 
12
12
13
.. warning::
14
15
    This area of Haus is still very fluid and will 
16
    likely change a bit in the near future.
17
18
13
``render_view``
19
14
---------------
20
15