me learning django with djangobook.com
Using python 3.4 and django 1.11.2 (in Windows). As editor now I using Sublime Text with plugin SublimePythonIDE and jedi.
create virtual environment djangobook
$ virtualenv --python=python3.4 djangobook
Copying directory 'mysite' and file 'requirements.txt' into directory with virtual environment (i.e. into folder 'djangobook') In terminal go into directory 'djangobook'
$ cd your_direectory_with_projects/djangobook
in Windows:
$ Scripts\activate
in *nix:
$ source bin/activate
and install requirements:
$ pip install -r requirements.txt
--
P.S. на момент последнего коммита (13 октября 2017 г.) дошел до на https://djangobook.com/generic-views/