Skip to main content

A Django app to conduct web-based polls.

Project description

django-polls52 is a 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 = [
        ...,
        "django_polls",
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path("polls/", include("django_polls.urls")),
  3. Run python manage.py migrate to create the models.

  4. Start the development server and visit the admin to create a poll.

  5. Visit the /polls/ URL to participate in the poll.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

django_polls52-0.1.tar.gz (3.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_polls52-0.1-py3-none-any.whl (3.1 MB view details)

Uploaded Python 3

File details

Details for the file django_polls52-0.1.tar.gz.

File metadata

  • Download URL: django_polls52-0.1.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for django_polls52-0.1.tar.gz
Algorithm Hash digest
SHA256 03ed464e5e3f70b92c270317c24516b17d45cb0db027cdd4513632968690a758
MD5 a43d77eb4592d7534a9c7c41a9f8a1bd
BLAKE2b-256 b727776aeb0c736193666863ea08e81d57e793d605168f0dc70d60701d045cfd

See more details on using hashes here.

File details

Details for the file django_polls52-0.1-py3-none-any.whl.

File metadata

  • Download URL: django_polls52-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for django_polls52-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6fa3a88d511771c644fe1cd7ca9c7914f1419a0c82dedda60495e554fdbcccc5
MD5 3da2e39d8eaa0fe402b5eab0637bfce8
BLAKE2b-256 e858923c2a326a339a9fa8381a3c0779ae9d3ffb73f36ce5c389a8f79688b7e3

See more details on using hashes here.

Supported by

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