wsgi with separate css file

Aaron Watters aaron.watters at gmail.com
Fri Nov 13 16:13:57 EST 2009


RE: serving static CSS files using WSGI

> ...However, this method is fragile and very inefficient. If you want to  
> eventually deploy this application somewhere, I would suggest starting  
> with a different method.

The WHIFF WSGI tools are meant to make this kind of thing easy.
In fact the quick start tells you how to do this

http://aaron.oirt.rutgers.edu/myapp/docs/W0500.quickstart

And if you want to deploy to the Google App Engine there's a
tutorial for that too:

http://aaron.oirt.rutgers.edu/myapp/docs/W1100_2300.GAEDeploy

For example the http://listtree.appspot.com/ service is implemented
using WHIFF under the Google App Engine environment.

   -- Aaron Watters

===
TO INFINITY... AND BEYOND!




More information about the Python-list mailing list