Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 630 Bytes

A Django book for people with intermediate level Django skills.

Inspired by James Bennett's Practical Django projects.

Generating documentation requires Sphinx

Build it locally

First do this:

clone repo
cd djenofdjango

To create HTML documentation, run:

make html

To create a PDF version of the book on Ubuntu Linux:

sudo apt-get install git texlive-full python-sphinx
cd djenofdjango/src
make latex latex_paper_size=letter
cd build/latex
make all-pdf

The generated file is located at djenofdjango/src/build/latex/djenofdjango.pdf