Skip to main content

A Django app to conduct web-based polls.

Project description

django-polls 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


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_pulya-0.1.3.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

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

django_polls_pulya-0.1.3-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file django_polls_pulya-0.1.3.tar.gz.

File metadata

  • Download URL: django_polls_pulya-0.1.3.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for django_polls_pulya-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b17cf0532185234dfee68e7410fb6a866a8379a73771de0baa8b16843af4cbc2
MD5 9879f6a2b6002aed35e71d5f35f32d4c
BLAKE2b-256 ff4b7d254f8e0f949a31a0f49c7a2860d1d1eec483d30ac8604743d1dfe0479e

See more details on using hashes here.

File details

Details for the file django_polls_pulya-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_polls_pulya-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d09abada94750381deaa47ea311bd4e345e3094c54d3fdc8cda11644a9a2d73d
MD5 55e117c898724bc467e5415899506fea
BLAKE2b-256 56235e93e356f38ea9b8896a8e6394b78630cf1906c1a2ae7db4ef446dca5c9f

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