mowshon / djenofdjango

A Django book for people with intermediate level Django skills. Inspired by James Bennett's Practical Django projects.

Home Page:http://agiliq.com/books/djenofdjango/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Django book for people with intermediate level Django skills. Inspired by James Bennett's Practical Django projects.

http://agiliq.com/books/djenofdjango/


Languages

Language:Python 80.8%Language:HTML 13.7%Language:Makefile 5.6%