Skip to main content

A Django app to conduct Web-based polls.

Project description

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

    path('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.

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-nico-0.8.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

django_nico-0.8-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file django-nico-0.8.tar.gz.

File metadata

  • Download URL: django-nico-0.8.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4

File hashes

Hashes for django-nico-0.8.tar.gz
Algorithm Hash digest
SHA256 c15b6e6498dcb07e2939ec293b0df2de47d40ad541cd5832acddc73c162db086
MD5 9f9a2858878dfb509dea2afc2ec9da2a
BLAKE2b-256 0bfcebe4ec9a18ebce016a666eb8fa1605e7c03c27fdcf9b040e950a8b4ddbcc

See more details on using hashes here.

File details

Details for the file django_nico-0.8-py3-none-any.whl.

File metadata

  • Download URL: django_nico-0.8-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4

File hashes

Hashes for django_nico-0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a60d44fc84df4bef5965d66f3fbb4cb97c1b60bae8c321104c3dc9fc4c578a58
MD5 bff4a9ff03642bf4df81776a86c9db01
BLAKE2b-256 a48bd2b28edc02db699e44a25f6894d7689f1e1f9adedf6de06f28cbb70a4644

See more details on using hashes here.

Supported by

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