Hi, First of all, don't use apt-get to install django, you will never get the version you want. Use a virtualenv instead: Google virtualenv install ubuntu (and your ubuntu version). Create a virtualenvironment and install django with pip. Using pip you can install whatever version of django you want, for example django 1.4: "pip install django==1.4.20". I would recommend that you look for a good tutorial for using virtualenv in ubuntu.
Regards, Andréas 2015-04-21 13:52 GMT+02:00 Parikshit Mishra <[email protected]>: > I am working on ubuntu,python version is 1.3.1,I have installed it with > the help of "apt-get install python-django" command .I want to set up MySQL > database. Also I want to upgrade the version of django to latest version.. > How to do this ? > > Please help me. > > > Thank yo so muchh ..!! > > > > On Tuesday, 21 April 2015 16:26:38 UTC+5:30, Parikshit Mishra wrote: >> >> hello everyone. >> >> I hv installed django but it is version 1.3.1.Please tell me how to >> update it to 1.4 .Also how to install data base pls help me. >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/604630b9-f0f5-499a-8250-38d35807a190%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/604630b9-f0f5-499a-8250-38d35807a190%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALXYUbm2oT%3D5YTzMJfkNabB_ntSM5fb1FSczr8xe6miSctMDVw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

