Re: Version

2015-04-21 Thread Timothy W. Cook
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. On Tue, Apr 21, 2015 at 9:12 AM, Andreas Kuhne wrote: > Hi, > > First of all, don't use apt-get to install django, you will never get the > version

Re: Version

2015-04-21 Thread Andreas Kuhne
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 wa

Re: Version

2015-04-21 Thread Parikshit Mishra
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

Re: Version

2015-04-21 Thread David Palao
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 2015-04-21 12:47 GMT+02:00 Parikshit Mishra : > hello everyone

Re: Version number comparison and beta

2014-05-01 Thread Xavier Ordoquy
Hi Kevin, Le 1 mai 2014 à 08:36, Kevin Golding a écrit : > What is the best practice for doing version number comparisons taking into > account the existence of beta version numbers? What I'm doing with Django is: django.VERSION <= (1, 7) I can't remember where I saw this but this worked

Re: version control convention?

2009-02-10 Thread Jeff Anderson
Serdar T. wrote: > Is it better to create repositories at a site-, project- or app-level? > Technically, you can do all three. Definitely put all of your re-usable apps into their own repository. I always put my projects into their own repository, but I don't necessarily include apps that I'm

Re: Version 1.0. documentation

2008-08-29 Thread Ramdas S
try docs.djangoproject.com RS On Fri, Aug 29, 2008 at 12:28 PM, Luka Birsa <[EMAIL PROTECTED]> wrote: > > Hello > > I'm just starting with Django (I read the djangobook.com) and I've > upgraded to 1.0. There are quite some changes and I'm wondering is > there any documentation (as in a good book

Re: Version 1.0 Features

2006-02-16 Thread ChaosKCW
Thanks, I may look at accessing the cursor directory for TP stuff. S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To uns

Re: Version 1.0 Features

2006-02-15 Thread Russell Keith-Magee
On 2/12/06, ChaosKCW <[EMAIL PROTECTED]> wrote: HiI have looked all over the roadmap etc.. and cant find any dates on thefeatures.As annoying as it may be, the only reliable answer I can give is "when its done". The most important feature for me is the transaction support in the ORMlayer. Transact

Re: Version 1.0 Features

2006-02-15 Thread ChaosKCW
Yes all it says is pending.

Re: Version 1.0 Features

2006-02-14 Thread Jeroen Ruigrok van der Werven
Have you checked: http://code.djangoproject.com/wiki/VersionOneFeatures