A simple Django app to conduct Web-based polls.
Project description
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 = [ ... 'rest_framework', 'raspicontrol' ]Include the polls URLconf in your project urls.py like this:
url(r'^', include('raspicontrol.urls')),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/ to check the server is running.
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
raspicontrol-0.1.tar.gz
(12.7 kB
view details)
File details
Details for the file raspicontrol-0.1.tar.gz.
File metadata
- Download URL: raspicontrol-0.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56429267ff14c994840a2cf69f4300ac77435522d8bc6360bc3d4932a95ad046
|
|
| MD5 |
849ddf96d2a77c9311fe55756a47cb5f
|
|
| BLAKE2b-256 |
20e8c1e4d973b8b7996a147589efb7ba4bbee0aa9cb86116486d7fab55bb17c7
|