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 »
  • Edit on GitHub

Index

C | D | I | P | S | T | V

C

Choice (class in polls.models)

D

detail() (in module polls.views)

I

index() (in module polls.views)

P

Poll (class in polls.models)
polls.models (module)
polls.tests.test_models (module)
polls.tests.test_views (module)
polls.views (module)

S

setUp() (polls.tests.test_views.TestPollSample method)

T

test_poll_create() (polls.tests.test_models.TestPolls method)
test_poll_detail() (polls.tests.test_views.TestPollSample method)
test_poll_index() (polls.tests.test_views.TestPollSample method)
test_poll_vote() (polls.tests.test_views.TestPollSample method)
test_was_published_today() (polls.tests.test_models.TestPolls method)
TestPolls (class in polls.tests.test_models)
TestPollSample (class in polls.tests.test_views)

V

vote() (in module polls.views)

© Copyright 2011, Daniel Greenfeld.

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