*Best Right way to install django, python packages:* http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django/
*Install nginx and serve django apps through fcgi: *https://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/* *https://code.djangoproject.com/wiki/ServerArrangements http://www.rkblog.rk.edu.pl/w/p/django-nginx/ Optionally, you could install apache and use nginx as a reverse proxy for load balancing, but this is probably not what you need right now, so using nginx "directly" should be enough. Cheers, AT On Wed, Aug 17, 2011 at 3:25 PM, vikas ruhil <[email protected]> wrote: > Hey I am using Ubuntu as My OS, hey want to setup a local web-hosting > environment on my machine for a open source project for a django website , > so please any can help me in this how to setup i know set up a local web > hosting of php not for python can anybody help me, I try about 20 times i > failure in my attempt so any hint or idea how should i deploy , or nay > tutorial or documentation plz > > -- > 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?hl=en. > -- 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?hl=en.

