>>Well... Mod_python is the easiest method of running django, FastCGI >>setup is more advanced and usually requires basic knowledge about >>forking vs. threading, writing init scripts etc. These are things that >>makes it harder for beginners to understand Django itself so in my >>opinion it's good that docs encourage Apache 2 + mod_python setup. > > > Yes, I agree with that. But by reading that line, I was confused and > thought I understood that Django *only* supported Apache 2.x. On the > 'Apache+FastCGI' wiki page, it does not mention something like 'this > works on Apache 1.x and 2.x" --agreed, AFAIK listing modifications to > httpd.conf implies Apache 1.x, but you get my point :-) > > To the rest of the documentation wizards, is this worth addressing?
I am not a doc wizard, but IMHO it is *always* worth addressing doc issues re set up that are ambiguous and make one wonder how to get started. I think most open source projects vastly undersestimate how important ease of entry is to their growth. This encompasses both how easy it is to get started and how easy it is to find or make hosting Django friendly. Witness PHP, much worse langauge ( I use it when it pay$), incredibly easy to get started in, best documentation I've seen anywhere, and no problem setting up. Result: staggeringly large user base. For Django to grow, I think the most important hole in the docs right now ( now that those tuturials are done, which are very good! ) is a cohesive set of guidelines on getting it working on various server platforms. Indeed we have them, but they are mixed in with a mess of (often misleading) comments and confusion. my two cents! Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

