8000 GitHub - jarodl/voice: A reusable django voting app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jarodl/voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice

A votebox for letting users request features.

Setup

pip install voice

In settings.py:

INSTALLED_APPS = (
    ...
    'voice',
)

In urls.py:

urlpatterns = patterns('',
    (r'^$', include('voice.urls', namespace='voice')),
)

For further usage, look at the provided example_project.

Screens

admin view

feature view

main view

vote view

About

A reusable django voting app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0