milla.app

Module milla.app

Please give me a docstring!

Created:Mar 26, 2011
Author:dustin
Updated:$Date$
Updater:$Author$
class milla.app.Application(dispatcher)[source]

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:
  • root – A root object, passed to a traverser, which is automatically created if a root is given
  • dispatcher – An object implementing the dispatcher protocol

Application instances are WSGI applications.

config

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

Project Versions

Previous topic

milla.dispatch.traversal

Next topic

milla.controllers

This Page