Skip to main content

A simple Django app to conduct Web-based polls.

Project description

=====
dpmenu
=====

Django app.

Detailed documentation is in the "docs" directory.

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

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

INSTALLED_APPS = [
...
'dpmenu',
]

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 dpmenu 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

dpmenu-0.0.1.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file dpmenu-0.0.1.tar.gz.

File metadata

  • Download URL: dpmenu-0.0.1.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dpmenu-0.0.1.tar.gz
Algorithm Hash digest
SHA256 8efbb62daaac8b3c6f0fccd1d7c4bb5133c41718d99fd5904e5000e759c9b21b
MD5 b371092cfb3d3bf5dc76f1c85b7ad502
BLAKE2b-256 c536b04e81378e892e81309248049175d7e799748a7ce0516829a26ec7a66b13

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page