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
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "django_polls_dlt", ]
Include the polls URLconf in your project urls.py like this:
path("polls/", include("django_polls_dlt.urls")),
Run python manage.py migrate to create the models.
Start the development server and visit the admin to create a poll.
Visit the /polls/ URL to participate in the poll.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_polls_dlt-0.1.tar.gz
(201.8 kB
view details)
Built Distribution
File details
Details for the file django_polls_dlt-0.1.tar.gz
.
File metadata
- Download URL: django_polls_dlt-0.1.tar.gz
- Upload date:
- Size: 201.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 627ab7949e93c18abcd2d6bb25e27f7d8f181bb4fd423e8ce7ad3f79bbc4ed74 |
|
MD5 | 57433df7d1142f1ce58890cc4f1fc2e5 |
|
BLAKE2b-256 | 3fc406f7e7af8c838554c5d6772bb3aea114afc3e3c5f011fb24d3809acc0153 |
File details
Details for the file django_polls_dlt-0.1-py3-none-any.whl
.
File metadata
- Download URL: django_polls_dlt-0.1-py3-none-any.whl
- Upload date:
- Size: 206.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad938dffb52fde1a12ad74ea32d3fceacc3cd7d69b8672c4e7082795a7e58a30 |
|
MD5 | 4e0c1ff48989fa24cc703c12a2c0b1e4 |
|
BLAKE2b-256 | f9ec2e2f130f99cdde2b2f3551665e85db1dccdc3556258705e99c8875ff1c19 |