On Wed, Aug 1, 2012 at 5:08 PM, Doug Blank wrote:
> On Tue, Jul 31, 2012 at 3:15 AM, JJ Zolper wrote:
>> Hello all,
>>
>> I didn't realize a new release was put out until something weird happened.
>>
>> I'm installing DJ on my production server now and when I was downloading a
>> copy from https:
On Tue, Jul 31, 2012 at 3:15 AM, JJ Zolper wrote:
> Hello all,
>
> I didn't realize a new release was put out until something weird happened.
>
> I'm installing DJ on my production server now and when I was downloading a
> copy from https://www.djangoproject.com/download/
On that same page (optio
Just now I also did
pip install --upgrade django
>>> import django
>>> django.get_version()
'1.4.1'
>>>
On 8/1/12, Mike Dewhirst wrote:
> Yesterday I did ...
>
> pip install --upgrade django
>
> ... and it happily upgraded mine to 1.4.1
>
> Mike
>
> On 1/08/2012 9:46am, Dennis Lee Bieber wr
Yesterday I did ...
pip install --upgrade django
... and it happily upgraded mine to 1.4.1
Mike
On 1/08/2012 9:46am, Dennis Lee Bieber wrote:
On Tue, 31 Jul 2012 16:06:20 -0700 (PDT), JJ Zolper
declaimed the following in
gmane.comp.python.django.user:
Nope. Not Python 1.4. Django 1.4.
Nope. Not Python 1.4. Django 1.4.
http://pypi.python.org/pypi/Django/1.4#downloads
I ran the following commands in the python interpreter and saw the following:
>>> import django
>>> print django.get_version()
1.4
I'm good to go. Not sure if the 1.4.1 file off of djangoproject.com is in the
ri
Okay I'm sure it's fine but I was able to get a hold of 1.4 from python.org
and I used that when installing Django
to my server on bluehost.com for the time being I'm going to go with that.
Each time I tried to run the command on there after having downloaded the
1.4.1 file from https://www.djan
On Tue, Jul 31, 2012 at 2:42 AM, JJ Zolper wrote:
> What about if you download it from the link I put.
When I said "I downloaded a copy of the 1.4.1 tarball", that's exactly
what I meant.
django.get_version() prints '1.4.1'. I do not know what the problem is
with your local install, but I can ve
What about if you download it from the link I put.
I mean I'm sure it's fine just pointing out that where I got it from it
said 1.5
On Tuesday, July 31, 2012 3:30:31 AM UTC-4, James Bennett wrote:
>
> On Tue, Jul 31, 2012 at 2:15 AM, JJ Zolper wrote:
> import django
> print django.g
On Tue, Jul 31, 2012 at 2:15 AM, JJ Zolper wrote:
import django
print django.get_version()
>
> I didn't see 1.4.1 I saw 1.5
>
> Sure it's probably a minor configuration fix to change it to 1.4.1 but I was
> really worried that I did something wrong.
>
> Maybe someone else can repeat this
Hello all,
I didn't realize a new release was put out until something weird happened.
I'm installing DJ on my production server now and when I was downloading a
copy from https://www.djangoproject.com/download/
and installed it and went into python:
>>> import django>>> print django.get_versio
10 matches
Mail list logo