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_dlt",
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path("polls/", include("django_polls_dlt.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_polls_dlt-0.1.tar.gz (201.8 kB view details)

Uploaded Source

Built Distribution

django_polls_dlt-0.1-py3-none-any.whl (206.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_polls_dlt-0.1.tar.gz
  • Upload date:
  • Size: 201.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for django_polls_dlt-0.1.tar.gz
Algorithm Hash digest
SHA256 627ab7949e93c18abcd2d6bb25e27f7d8f181bb4fd423e8ce7ad3f79bbc4ed74
MD5 57433df7d1142f1ce58890cc4f1fc2e5
BLAKE2b-256 3fc406f7e7af8c838554c5d6772bb3aea114afc3e3c5f011fb24d3809acc0153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_polls_dlt-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ad938dffb52fde1a12ad74ea32d3fceacc3cd7d69b8672c4e7082795a7e58a30
MD5 4e0c1ff48989fa24cc703c12a2c0b1e4
BLAKE2b-256 f9ec2e2f130f99cdde2b2f3551665e85db1dccdc3556258705e99c8875ff1c19

See more details on using hashes here.

Supported by

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