Skip to main content

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

  1. Add “polls” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'rest_framework',
        'raspicontrol'
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^', include('raspicontrol.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/ to check the server is running.

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

raspicontrol-0.1.tar.gz (12.7 kB view details)

Uploaded Source

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

Hashes for raspicontrol-0.1.tar.gz
Algorithm Hash digest
SHA256 56429267ff14c994840a2cf69f4300ac77435522d8bc6360bc3d4932a95ad046
MD5 849ddf96d2a77c9311fe55756a47cb5f
BLAKE2b-256 20e8c1e4d973b8b7996a147589efb7ba4bbee0aa9cb86116486d7fab55bb17c7

See more details on using hashes here.

Supported by

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