Skip to main content

A concrete poll app allowing CRUD functionality in the admin and front-end.

Project description

django-poll
-----------
Install the package to your python site-packages folder or just use it as a module in your project.

1. Add 'polls' to INSTALLED_APPS in your settings file.

2. In your projects urls add the following code:

from polls import urls as poll_urls

urlpatterns = patterns('',
...
url(r'^poll/', include(poll_urls)),
...
)

3. Now you can add links to your website, route all links through page by adding it to your template.
<a href="{% url 'polls' %}">Polls</a>

4. Make sure you have in the base file the following blocks.
4.1 extra_head
4.2 content

5. Django 1.5.1 compatible

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

django-poll.tar.bz2 (39.1 kB view hashes)

Uploaded Source

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