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

    path("notes/", include("django_notes.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 /notes/ URL to participate in the poll.

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

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

Source Distribution

krid_notes-0.2.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

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

krid_notes-0.2-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file krid_notes-0.2.tar.gz.

File metadata

  • Download URL: krid_notes-0.2.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for krid_notes-0.2.tar.gz
Algorithm Hash digest
SHA256 a1749042619c4b3eaabed0f9d3b868f344584b2d0d25b1d97a8d00ce489d5115
MD5 8976e9fbf42330354e63ed87dd5bd076
BLAKE2b-256 508fd4d6d575f991e22b8c7a3a4bd2dee2c269b5d5231c64bcbb7a32eb89ad65

See more details on using hashes here.

File details

Details for the file krid_notes-0.2-py3-none-any.whl.

File metadata

  • Download URL: krid_notes-0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for krid_notes-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1c7fe646dbea33ecb13a09fc8c5949043fc834dace104b1403bcabf40550a43f
MD5 b0036db5d82d610abfd588eb94f44e4d
BLAKE2b-256 9578c8d350a90c2613b042be5b3c384175c66a398e6b27b77179ac74164086da

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