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
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'polls', )Include the polls URLconf in your project urls.py like this:
url(r'^polls/', include('polls.urls')),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/polls/ to participate in the poll.
Release files for django-polls-zjsnowman 0.1
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-zjsnowman-0.1.tar.gz | 3.7 MB | Details |
Release files / django-polls-zjsnowman-0.1.tar.gz
| Download URL | django-polls-zjsnowman-0.1.tar.gz |
|---|---|
| Size | 3.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
320f936cb3843b484943f0c0bf5dc22fea4362b0b57c43eb63dd3ee40805b956
|
|
BLAKE2b-256 checksum How to use checksums |
f1aecc90825e8784bfe6f8e88825cd21dd9f69301c04929c225cfafd6a53aeb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |