django-polls is a Django app to conduct web-based django_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", ]Include the polls URLconf in your project urls.py like this:
path("polls/", include("django_polls.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.
Release files for django-polls-507 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_polls_507-0.2.tar.gz | 385.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_polls_507-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 771.9 kB
Release files / django_polls_507-0.2.tar.gz
| Download URL | django_polls_507-0.2.tar.gz |
|---|---|
| Size | 385.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51514c50c43ce2d70531a5ddd989e51039c058c76b3b2b4dd4ee84188a562f32
|
|
BLAKE2b-256 checksum How to use checksums |
eb1eeae526a55ee32a402a72fc859a48fba47341adf74b8b6371823f8bafdcfb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.12
|
Release files / django_polls_507-0.2-py3-none-any.whl
| Download URL | django_polls_507-0.2-py3-none-any.whl |
|---|---|
| Size | 386.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7bdf8ba14004a3b51f3d7b5182a626941f6dfac5024e46f2991d7e5d4acf5b05
|
|
BLAKE2b-256 checksum How to use checksums |
26242380e71e8f5a9cee52160a1a28ff6944bd9774f55e311869012352de2d21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.10.12
|