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 = [ ... 'nbhood-static-pages', ]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 nbhood-static-pages 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nbhood-static-pages-0.1.8.tar.gz | 4.3 kB | Details |
Release files / nbhood-static-pages-0.1.8.tar.gz
| Download URL | nbhood-static-pages-0.1.8.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ffbae05556b8dc35f3cdc5128e752d8e9d73bfbc0d593ac6f5f869b937750e6
|
|
BLAKE2b-256 checksum How to use checksums |
e8dca753f66daee9b414335b6d9e108f0bf95e663a946a6c7290fb9683eec9f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |