On Tue, 2007-07-10 at 23:45 +0000, Graham Dumpleton wrote: [...] > Django has problems in related areas with CGI and WSGI type hosting > solutions as well. For example, mod_wsgi, FastCGI, SCGI, and CGI. This > is because Django ignores SCRIPT_NAME variable which defines the mount > point of the application
I guess this is the best post to reply to in the thread: Most of the problems mentioned here sort of hinge of this issue that Graham raises. At some point I want to work out a fix for that in a way that doesn't break every existing installation on the planet (I have a bad feeling it's going to add another setting, unfortunately). If I was ever rude enough to create a "most annoying things about Django" list, this would be near the top for me, but it's a matter of finding time to work on it and coming up with a non-sucky design. So, yeah, it's a wart and I personally would like to fix it. Before 1.0. It's certainly on my list. Regards, Malcolm -- Depression is merely anger without enthusiasm. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
