summaryrefslogtreecommitdiff
path: root/repoze/bfg/wsgi.py
AgeCommit message (Collapse)Author
2009-01-06 - A ``static`` helper class was added to the ``repoze.bfg.views``Chris McDonough
module. Instances of this class are willing to act as BFG views which return static resources using files on disk. See the :mod:`repoze.bfg.view` docs for more info.
2008-08-23Prevent usage of wsgiapp decorator from foiling actions pickling.Chris McDonough
Add Django attribution, contributors file.
2008-07-19Add wsgiapp decorator.Chris McDonough