[Web-SIG] using WSGI for standard pluggable applications

Ksenia Marasanova ksenia.marasanova at gmail.com
Sat Sep 10 19:24:22 CEST 2005


Hi,

Sorry if this is a trivial question, but does it sounds reasonable to
use WSGI for "pluggable" standard applications, instead of usual
Python imports? For example, standard news module, like:

app = NewsApp(path='/site/news/')

The content of news app would be inserted into site template,
generated by main publisher.    If there are any examples of such WSGI
use, I'll be glad to hear that...

Thanks
-- 
Ksenia


More information about the Web-SIG mailing list