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
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to