A Django app to conduct Web-based polls.
Project description
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 = [ ... 'polls', ]
Include the polls URLconf in your project urls.py like this:
path('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.
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-nico-0.8.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for django_nico-0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a60d44fc84df4bef5965d66f3fbb4cb97c1b60bae8c321104c3dc9fc4c578a58 |
|
MD5 | bff4a9ff03642bf4df81776a86c9db01 |
|
BLAKE2b-256 | a48bd2b28edc02db699e44a25f6894d7689f1e1f9adedf6de06f28cbb70a4644 |