Django app to be used in conducting Web-based polls.
Project description
==============
@@@ Polls @@@
==============
Polls is a simple Django app to conduct Web-based polls. For each
question, visitors can choose between a fixed number of answers to
vote on.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'polls',
]
2. Include the polls URLconf in your project's urls.py like this::
path('polls/', include('polls.urls')),
remember to put the comma(,) at the end
3. Run `python manage.py migrate` to create the polls models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.
@@@ Polls @@@
==============
Polls is a simple Django app to conduct Web-based polls. For each
question, visitors can choose between a fixed number of answers to
vote on.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'polls',
]
2. Include the polls URLconf in your project's urls.py like this::
path('polls/', include('polls.urls')),
remember to put the comma(,) at the end
3. Run `python manage.py migrate` to create the polls models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. 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-bay-polls-0.1.tar.gz
(275.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-bay-polls-0.1.tar.gz.
File metadata
- Download URL: django-bay-polls-0.1.tar.gz
- Upload date:
- Size: 275.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0a4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3596259ac9aeb76f690c6b30b97f875963ef6ad69a9a794470c3bf437db9bcb0
|
|
| MD5 |
269dc3afa983f3da408c6beae7edb9af
|
|
| BLAKE2b-256 |
b5abcfd7c7b4baead1527fa7a18c6353fd9ef5b424f222594c0dd36187baf790
|
File details
Details for the file django_bay_polls-0.1-py3-none-any.whl.
File metadata
- Download URL: django_bay_polls-0.1-py3-none-any.whl
- Upload date:
- Size: 278.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0a4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c977ef7b39d1f6a176fc5e6c9dd70e91db48c62a461e43d099afd94544f2c5f
|
|
| MD5 |
9deb37c9d79a3c7cda5eaf04d69c1a8c
|
|
| BLAKE2b-256 |
a46b5ce52cd3020f7ab3a81a812b8d6a23f4d34e5db1a78d314b2218108057c1
|