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
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
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
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
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
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
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
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
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
Yes all it says is pending.
Have you checked:
http://code.djangoproject.com/wiki/VersionOneFeatures
11 matches
Mail list logo