Skip to main content

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.

Project details


Release history Release notifications | RSS feed

This version

0.1

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)

Uploaded Source

File details

Details for the file django-shuoshuos-0.1.tar.gz.

File metadata

File hashes

Hashes for django-shuoshuos-0.1.tar.gz
Algorithm Hash digest
SHA256 8d3325ce27094b5347a85a0fe294d8ec5e0d50ef03ac6bac31922f1822bac1be
MD5 2971872d86a02733b849d01e96d90a1f
BLAKE2b-256 11a5c59b497c4fec2ad9b57f96b95c533ef5fb96de1be171f2b1e18bb2eb1836

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page