A simple polls app for django
Project description
# django-polls
[![Build status](https://travis-ci.org/byteweaver/django-polls.svg?branch=master)](https://travis-ci.org/byteweaver/django-polls)
A simple and reusable polls application for django.
## Key features
* basic poll handling (poll, choices, votes)
* easy to extend
## Installation
If you want to install the latest stable release from PyPi:
$ pip install django-polls
If you want to install the latest development version from GitHub:
$ pip install -e git://github.com/byteweaver/django-polls#egg=django-polls
Add `polls` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'polls',
...
)
Hook this app into your ``urls.py``:
urlpatterns = patterns('',
...
url(r'^polls/', include('polls.urls', namespace='polls')),
...
)
[![Build status](https://travis-ci.org/byteweaver/django-polls.svg?branch=master)](https://travis-ci.org/byteweaver/django-polls)
A simple and reusable polls application for django.
## Key features
* basic poll handling (poll, choices, votes)
* easy to extend
## Installation
If you want to install the latest stable release from PyPi:
$ pip install django-polls
If you want to install the latest development version from GitHub:
$ pip install -e git://github.com/byteweaver/django-polls#egg=django-polls
Add `polls` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'polls',
...
)
Hook this app into your ``urls.py``:
urlpatterns = patterns('',
...
url(r'^polls/', include('polls.urls', namespace='polls')),
...
)
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-polls-0.2.1.tar.gz
(5.8 kB
view details)
File details
Details for the file django-polls-0.2.1.tar.gz
.
File metadata
- Download URL: django-polls-0.2.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37720abba1b20bfa2cfc149e20f10ef16773ec96777310672741f93f5148cd72 |
|
MD5 | a5d03109140a87a020cdd580906031ed |
|
BLAKE2b-256 | 26d80c5e299ec3d701c97d849175e418dd690ffdf50b5a9c207c7b1570165293 |