A Django app to conduct Web-based polls.
Project description
======== Pollstwo
Pollstwo 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 "pollstwo" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'pollstwo', ]
-
Include the polls URLconf in your project urls.py like this::
path('pollstwo/', include('pollstwo.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/pollstwo/ 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
Built Distribution
Hashes for example-pkg-django-pollstwo-1-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a07e20b9fe30cbf527b0fda90edc40b16e1609e6d618944f3707489cda89aa1 |
|
MD5 | be5c800ac533079e68548578d73e49e8 |
|
BLAKE2b-256 | 4b6726d05556b585c8f450383d53296d76249f478009ded774adefc6e7c937ee |
Hashes for example_pkg_django_pollstwo_1-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 766f20df420a47344a1f9e93e6a3b40d73e4296292824aefb392f9a2b61db923 |
|
MD5 | 60755e1dd7c553207308a15ef0d54a31 |
|
BLAKE2b-256 | 46e5b2ef4eafbe1f1383ffcd302ea4cb2a289e6d373197d19585b513e9a76c19 |