Le 13 sept. 2011 à 05:44, Justine Tunney a écrit : > I agree with you that reducing the barriers to using Django is very > important. But what we need is not necessarily a web based installer, but > something to get people off the ground so they can start playing around with > Django very quickly. Back in the day (like circa 2004) the thing that really > helped me learn PHP was this program called EasyPHP which was a simple > Windows based installer that got me up and running and writing code on my > local machine in five minutes.
PHP and Django installation are very different. For PHP you need a couple of things: - apache or equivalent - php module - configuration tuning - find the apache root to put your files under - a database - database modules for php and I might have missed a couple of things For Django, you'll need: - Python - Django At this point you can go ahead with the dev server and sqlite. No need to tune/configure things further. I hardly see how one can lower this further. Beyond that, what I am wondering is how much users will be able to understand how Django work if they can't do the installation. Regards, Xavier. -- 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.
