Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Django

Installation

$ mkdir the-d-is-silent
$ cd the-d-is-silent
$ python -m virtualenv .
$ . ./bin/activate
$ pip install Django