Version

19 views
Skip to first unread message

Parikshit Mishra

unread,
Apr 21, 2015, 6:56:38 AM4/21/15
to django...@googlegroups.com
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.

David Palao

unread,
Apr 21, 2015, 7:03:20 AM4/21/15
to django...@googlegroups.com
Hello,
Your question is too vague. Also some context would be helpful.
What system you are working on? What Python version? How did you
install django? What are you trying to do? What database you are
interested in?
For example.

Best
> --
> 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 django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> 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/03833081-c126-4899-89a2-37da1498d65b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Parikshit Mishra

unread,
Apr 21, 2015, 7:54:59 AM4/21/15
to django...@googlegroups.com
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 ..!!

Andreas Kuhne

unread,
Apr 21, 2015, 8:13:31 AM4/21/15
to django...@googlegroups.com
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


--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.

Timothy W. Cook

unread,
Apr 21, 2015, 10:04:44 AM4/21/15
to django...@googlegroups.com
I really doubt a new user wants to install 1.4 

After getting your virtualenv setup then use:

pip install django

to install the latest version. 




For more options, visit https://groups.google.com/d/optout.



--

============================================
Timothy Cook
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook

Reply all
Reply to author
Forward
0 new messages