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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-nico-0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 4337ee7290dcf23b79ee6b7f946d8ae7e9cc9f715786be84b2c906ea7151bf32
MD5 7fba842263a0a369229f30c934562347
BLAKE2b-256 5f849c2bf65c5b33e44bcf4eb6c57f889a285e93fb788563f425674fb6770dc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_nico-0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 51dbe9831bf8fee4ded7d3a6e7a087ba4e85ffb27c5f0b5485502891eb8445b7
MD5 37c1da30237eedb7f0f00dcfcf352f2f
BLAKE2b-256 5bb31c57ac46e61b0f53e596662574cf5b9a608ec1fa9830c37d5e228c7e887d

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