On Sat, Dec 11, 2010 at 8:34 PM, Shamil <[email protected]> wrote: > Can somebody brief me how to install django on ubuntu 10.04. I have > been reading tutorials and installation procedutre, but not > understanding a bit. What all are prerequisites for django > installation?i >
You can install it from the ubunto repos using the command. $sudo apt-get install python-django Otherwise just do as said in Option 1 in the following link. http://www.djangoproject.com/download/ -- blog : ragsagar.wordpress.com mail id : python -c "print '@'.join(['ragsagar','.'.join([x for x in ['gmail','com']])])" -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
