Skip to content

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

Notifications You must be signed in to change notification settings

dungamichael/djenofdjango

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
git submodule update --init --recursive

To create HTML documentation, run:

cd src
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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.4%
  • HTML 32.3%
  • CSS 8.6%
  • Makefile 4.7%