A simple Django app to conduct Web-based polls.
Project description
=====
Shuoshuos
=====
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
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'shuoshuos',
]
2. Include the polls URLconf in your project urls.py like this::
path('shuoshuos/', include('shuoshuos.urls')),
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/shuoshuos/ to participate in the poll.
Shuoshuos
=====
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
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'shuoshuos',
]
2. Include the polls URLconf in your project urls.py like this::
path('shuoshuos/', include('shuoshuos.urls')),
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/shuoshuos/ 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-shuoshuos-0.1.tar.gz
(6.2 MB
view details)
File details
Details for the file django-shuoshuos-0.1.tar.gz.
File metadata
- Download URL: django-shuoshuos-0.1.tar.gz
- Upload date:
- Size: 6.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3325ce27094b5347a85a0fe294d8ec5e0d50ef03ac6bac31922f1822bac1be
|
|
| MD5 |
2971872d86a02733b849d01e96d90a1f
|
|
| BLAKE2b-256 |
11a5c59b497c4fec2ad9b57f96b95c533ef5fb96de1be171f2b1e18bb2eb1836
|