tgonzales / effective-django

Documentation on effectively using Django for building web applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Effective Django

This is the repository for the text Effective Django, an ongoing work in progress by Nathan Yergler. The sample code is maintained in the effective-django-tutorial repository.

Effective Django is authored using ReStructured Text and Sphinx. If you're interested in building HTML, PDF, ePub, or other generated formats, you can do so by:

  1. Check out this repository

  2. Bootstrap the buildout:

    $ cd effective-django
    $ python bootstrap.py
    
  3. Run buildout

    $ ./bin/buildout
    

    This will install the dependencies needed to build the content.

  4. Run make:

    $ make all
    

    The output will be in the _build sub-directory.

Run make without any parameters for a list of possible targets.

About

Documentation on effectively using Django for building web applications.