Milla/src/milla
Dustin C. Hatch 6154f8b6f8 Fix favicon (fixes #1)
* Include milla.ico in package_data in setup.py
* Use pkg_resources API to load icon instead of milla.__file__
* Allow caller to specify icon content type
2012-10-16 19:59:35 -05:00
..
auth Fixed membership test magic method for PermissionContainer 2011-04-18 00:03:16 -05:00
dispatch router: Correctly generate application-relative URLs 2011-06-15 19:12:00 -05:00
tests Added a traversal dispatch method and cleaned up the router 2011-03-26 23:35:31 -05:00
__init__.py Added a decorator to easily specify allowed HTTP verbs for controller callables 2011-04-16 11:57:41 -05:00
app.py Patch requests that try to use POST "emulate" some other verb like PUT 2011-05-26 02:00:13 +00:00
cli.py Added a small CLI framework 2011-05-30 13:14:05 -05:00
controllers.py Fix favicon (fixes #1) 2012-10-16 19:59:35 -05:00
milla.ico Added an icon and support for automatically serving favicon.ico 2011-03-27 15:24:41 -05:00
util.py Added licensing information and boilerplate messages 2011-04-05 23:47:44 -05:00