faster serving of static files with django/modpython

2007-05-19 Thread Paul Rudin
I know that serving static files isn't recommended, but for various reasons people do it sometimes anyway. I had a little poke around in the code and noticed that for mod_python at least it's pretty easy to improve the performance from the current situation. I simply subclassed HttpResponse to

Re: My Learning Path

2007-05-19 Thread Paul Rudin
chell <[EMAIL PROTECTED]> writes: > > Maybe you guys could point me to some ressources and provide the order > in which I should work through them in order to learn Django > properly. > I'd suggest working through the python tutorial first , and then the djan

Re: Different django versions on same host

2007-05-14 Thread Paul Rudin
orestis <[EMAIL PROTECTED]> writes: > Hello, > > I think this will be easy to do, but I just want to check: > > Is it possible to have different Django versions on the same host, and > point my sites to different versions ? > > I'd like to use bleeding edge for personal stuff (yay for > experimen