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.15.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

django_nico-0.15-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-nico-0.15.tar.gz
  • Upload date:
  • Size: 3.4 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.15.tar.gz
Algorithm Hash digest
SHA256 c796652201fa099ddd3ae0a595f8aac65d2f226dee580a750b5d3fa6727771c9
MD5 d303710f0a716d7b1182312189e7d8fd
BLAKE2b-256 2547c7f4959e31242f9a5601e242e75c32a5ac9e48bd029ad06f59b136278291

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_nico-0.15-py3-none-any.whl
  • Upload date:
  • Size: 4.6 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.15-py3-none-any.whl
Algorithm Hash digest
SHA256 e838dec26c5a058a9843587fd952b474baf6ea7c3fb08f669d0506af576401e7
MD5 77133ef921b5cdfb07d72f2797d350ef
BLAKE2b-256 f9aebb2253b5b3edfb1605a48bcb5d0a229f1146b9955b1fd67f4ab2ed39e850

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