A
A
Anton2016-04-18 14:55:15
Django
Anton, 2016-04-18 14:55:15

How to install django old version?

Hello everyone, I was going to study django, I ran into the problem that full-fledged Russian-language literature is designed for old versions of django, mainly 1.0
. On the Internet, manuals and documentation are mainly from version 1.7 and higher. Please tell me how to install version 1.0 or at least the earliest available, because from scratch to understand the differences in the structure of directories and files settings.py, urls.py, etc. on Monday is just an impossible task%)
PS ​​- I use pip to install , if there are options not to bother with virtualenv, tell me this way please

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Kuts, 2016-04-18
@tunikov

Something like this:
But I strongly do not recommend doing this (study version 1.0). The differences between the current version and version 1.0 are not so great for a beginner. And in terms of learning Django will give you little.
There is a lot of translated documentation on the net for current versions of Django.

O
OnYourLips, 2016-04-18
@OnYourLips

No need to use the old version - the new ones have taken big steps forward.
Better learn the language first. Without knowledge of English, you will never be able to become a good (or even mediocre) programmer.

A
Alexey, 2016-04-18
@al_mak

You can install as described earlier:
pip install Django==<version number>
But it's better to install the latest version. And now, a completely Russian-language dock:
djbook.ru/rel1.9

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question