Polls
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.
Release files for django-nico 0.5
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-nico-0.5.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_nico-0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / django-nico-0.5.tar.gz
| Download URL | django-nico-0.5.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4337ee7290dcf23b79ee6b7f946d8ae7e9cc9f715786be84b2c906ea7151bf32
|
|
BLAKE2b-256 checksum How to use checksums |
5f849c2bf65c5b33e44bcf4eb6c57f889a285e93fb788563f425674fb6770dc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
|
Release files / django_nico-0.5-py3-none-any.whl
| Download URL | django_nico-0.5-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
51dbe9831bf8fee4ded7d3a6e7a087ba4e85ffb27c5f0b5485502891eb8445b7
|
|
BLAKE2b-256 checksum How to use checksums |
5bb31c57ac46e61b0f53e596662574cf5b9a608ec1fa9830c37d5e228c7e887d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
|