Skip to main content

A simple Django app to conduct Web-based polls.

Project description

=====
dpprogram
=====

Django app.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "dpprogram" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'dpprogram',
]

2. Include the polls URLconf in your project urls.py like this::

url(r'^polls/', include('polls.urls')),

3. Run `python manage.py migrate` to create the dpprogram 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dpprogram-0.0.2.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file dpprogram-0.0.2.tar.gz.

File metadata

  • Download URL: dpprogram-0.0.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dpprogram-0.0.2.tar.gz
Algorithm Hash digest
SHA256 fcfc71a266e6b7812b878a300bbced8c91c09b11a1d4b07a33f3683cc4bbc01d
MD5 94b8be12474de18245b9568fcf2fb164
BLAKE2b-256 aeae6d9cd765f313efdb40d36277849d92e50208ee7ac7cdc8955e93b280478e

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