milla.app

Module milla.app

Please give me a docstring!

Created:Mar 26, 2011
Author:dustin
Updated:$Date$
Updater:$Author$
class milla.app.Application(obj)

Represents a Milla web application

Constructing an Application instance needs a dispatcher, or alternatively, a root object that will be passed to a new milla.dispatch.traversal.Traverser.

Parameters:obj – An object implementing the dispatcher protocol, or an object to be used as the root for a Traverser

Application instances are WSGI applications.

config

A mapping of configuration settings. For each request, the configuration is copied and assigned to request.config.