djangobook.com icon indicating copy to clipboard operation
djangobook.com copied to clipboard

Replace examples using the outdated Django-1.4.2 with the latest version, Django-1.5.1.

Open jamesbrewerdev opened this issue 11 years ago • 2 comments

Django-1.5.1 is the latest version, so it makes sense that the examples for how to install Django should use 1.5.1 instead of the outdated 1.4.2. Also, Django no longer supports Python 2.5, so I've updated the book to noted support for 2.6.5-2.7.

jamesbrewerdev avatar Jul 27 '13 00:07 jamesbrewerdev

Should we be including the more common methods of using pip easy_install and vitrualenv ?

MortalCatalyst avatar Jul 27 '13 03:07 MortalCatalyst

I think that's a good idea. I suppose when the book was originally written there was no easy_install or pip install for Django and that's why the book doesn't mention it.

jamesbrewerdev avatar Jul 27 '13 03:07 jamesbrewerdev