Implementation of a Node class, the subclasses of which respond to requests at differ...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 8 Mar 2010 00:26:14 +0000 (19:26 -0500)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Mon, 8 Mar 2010 00:32:39 +0000 (19:32 -0500)
commit72fac53a4cd42e6c9f56a581a85f8b47ba61b2ac
tree9b65ae0ad78c57f0e9b41452327c075d5cd406bb
parent0a98574369a343ba6ac82aeca6250fca0383e80f
Implementation of a Node class, the subclasses of which respond to requests at different paths. Implemented Redirect and File nodes, and changed the existing Page class to be a subclass of Node as well. So, in addition to Template-based Pages, Philo can now serve plain static files as well as redirects to other locations.
Also, removed the requirement on django-mptt, as currently none of its features are needed, and I have yet to figure out how to make it work in multi-table inheritance situations.
README
admin.py
models.py
urls.py
views.py