Skip to main content

A simple Django app to conduct Web-based polls.

Project description

Polls is a simple 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

pandadjango-polls-1.2.0.tar.gz (46.1 kB view details)

Uploaded Source

Built Distribution

pandadjango_polls-1.2.0-py3-none-any.whl (48.3 kB view details)

Uploaded Python 3

File details

Details for the file pandadjango-polls-1.2.0.tar.gz.

File metadata

  • Download URL: pandadjango-polls-1.2.0.tar.gz
  • Upload date:
  • Size: 46.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.1

File hashes

Hashes for pandadjango-polls-1.2.0.tar.gz
Algorithm Hash digest
SHA256 fd546ed331e6cedd2dce629ac52fca243d07c6b7489af1d3be039eabc18c225d
MD5 af4b35a007c6484e9de5f99acdf19a69
BLAKE2b-256 6c1936da7e26ce59156f39aff15e9ff576d06de32844eb1d85445d7e8c29d279

See more details on using hashes here.

File details

Details for the file pandadjango_polls-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: pandadjango_polls-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 48.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.1

File hashes

Hashes for pandadjango_polls-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3585d2dcb22f516f00772250264e9f0662cc81c2d39ca816a2453a250899ed21
MD5 a4ca2580dc26d6af93bf70d1d4baeaa4
BLAKE2b-256 4a9d52efb116b8db8fbfe8c503859ceb5c1c008864cb9d1de1e0cf39f75098ac

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