Skip to main content

Polls is a simple Django app to conduct Web-based polls. For each question, visitors can choose between a fixed number of answers.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “polls” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'polls',
    )
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^polls/', include('polls.urls')),
  3. Run python manage.py migrate to create the polls models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-polls-zjsnowman-0.1.tar.gz (3.7 MB view details)

Uploaded Source

File details

Details for the file django-polls-zjsnowman-0.1.tar.gz.

File metadata

File hashes

Hashes for django-polls-zjsnowman-0.1.tar.gz
Algorithm Hash digest
SHA256 320f936cb3843b484943f0c0bf5dc22fea4362b0b57c43eb63dd3ee40805b956
MD5 9ab1e3ae25980fc1ced6ba941a66f188
BLAKE2b-256 f1aecc90825e8784bfe6f8e88825cd21dd9f69301c04929c225cfafd6a53aeb9

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page