django-party-pack
  • Installation
    • Before you start
    • The Basics
    • Settings setup
    • Running standard Django Commands
    • Running django-coverage
    • Building these sphinx docs
  • Setting up a test runner
    • Step 1 - environment prep
    • Step 2 - create testrunner.py
    • Step 3 - settings customization
    • Step 4 - run it!
  • JavaScript
    • Coding Standard for JavaScript
  • Coding Conventions
    • Philosophy
      • Zen of Python
      • PEP-8 is my friend
      • All Docs go on rtfd.org!
    • Code Bits
      • Docs
      • Templates
      • urls.py
        • Explicit imports
        • Using the url() function
        • Calling specific views
        • Generic Exceptions are the DEVIL
  • Contributors
  • Reference for Polls App
    • polls.models
    • polls.views
    • polls.tests
 
django-party-pack
  • Docs »
  • Why django-party-pack?
  • Edit on GitHub

Why django-party-pack?¶

Because these are great patterns and tools that beginners should be exposed to right away. I’ve learned them from the various Contributors, who are people I admire as Django and Python developers.

Basic Stuff¶

  • Installation
    • Before you start
    • The Basics
    • Settings setup
    • Running standard Django Commands
    • Running django-coverage
    • Building these sphinx docs
  • Setting up a test runner
    • Step 1 - environment prep
    • Step 2 - create testrunner.py
    • Step 3 - settings customization
    • Step 4 - run it!
  • JavaScript
    • Coding Standard for JavaScript
  • Coding Conventions
    • Philosophy
    • Code Bits
  • Contributors

API/Reference Docs¶

  • Reference for Polls App
    • polls.models
    • polls.views
    • polls.tests

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2011, Daniel Greenfeld.

Built with Sphinx using a theme provided by Read the Docs.