[Ilugc] Simple Python Web Application

  • From: lawgon@xxxxxxxxxxxxxxx (Kenneth Gonsalves)
  • Date: Mon Jul 12 16:35:51 2010

On Monday 12 July 2010 15:24:52 Bharathi Subramanian wrote:

WSGI is the recommended approach.

Is it suitable even for a simple appl or only for framework kind of
stuff? Bcoz after reading all the pros and cons, I am bit confused and
went to the known method CGI :)


simple app - plain cgi is enough - no need for wsgi or mod_python or anything. 
And simplest template would be cheetah. But simple apps rarely remain simple, 
so at some stage you will have to migrate.
-- 
regards
kg
http://lawgon.livejournal.com/

Other related posts: