For a personal project, I modified Django's urlresolvers module to make
it into a piece of WSGI middleware. I liked Django-style URL
dispatching but I didn't need the whole framework.
>From that experience, I can see at least a few ways to modularize
Django components:
1) Develop a loosely coupl
> That's cool -- mind posting your code somewhere?
http://cheeseshop.python.org/pypi/urlrelay/
CheeseShop and setuptools makes installation of even my trivial modules
on my webhost and other places I need it convienient.
>> 1) Develop a loosely coupled module that acts like the "usual" Python
>