Go to file
Dustin C. Hatch 9b30000a36 Support for `__before__` and `__after__` method calls for controllers
For convenience, a `Controller` class now exists from which all classes wanting to implement these methods should descend. This will allow sane cooperative multiple inheritance.
2011-03-27 14:54:42 -05:00
.settings Started documentation 2011-03-13 16:48:16 -05:00
doc Started documentation 2011-03-13 16:48:16 -05:00
src/milla Support for `__before__` and `__after__` method calls for controllers 2011-03-27 14:54:42 -05:00
.hgignore Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
.project Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
.pydevproject Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
distribute_setup.py Added setup.py 2011-03-13 16:48:35 -05:00
setup.cfg Added setup.py 2011-03-13 16:48:35 -05:00
setup.py Fix `package_dir` keyword in `setup.py` 2011-03-18 19:45:18 -05:00