Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bashu/django-secretballot

🗳 Django voting application that allows semi-anonymous voting
https://github.com/bashu/django-secretballot

django

Last synced: about 4 hours ago
JSON representation

🗳 Django voting application that allows semi-anonymous voting

Awesome Lists containing this project

README

        

django-secretballot
===================

.. image:: https://img.shields.io/pypi/v/django-secretballot.svg
:target: https://pypi.python.org/pypi/django-secretballot/

.. image:: https://img.shields.io/pypi/dm/django-secretballot.svg
:target: https://pypi.python.org/pypi/django-secretballot/

.. image:: https://img.shields.io/github/license/bashu/django-secretballot.svg
:target: https://pypi.python.org/pypi/django-secretballot/

.. image:: https://img.shields.io/travis/bashu/django-secretballot.svg
:target: https://travis-ci.com/github/bashu/django-secretballot/

Django voting application that allows voting without a logged in user.

Provides abstract base model for types that the user wishes to allow voting on as well as related utilities including generic views to ease the addition of 'anonymous' voting to a Django project.

Maintained by `Basil Shubin `_, and some great
`contributors `_.

Documentation
-------------

For more details, see the `documentation `_ at Read The Docs.

Contributing
------------

If you like this module, forked it, or would like to improve it, please let us know!
Pull requests are welcome too. :-)

Credits
-------

`django-secretballot `_ was originally started by `James Turk `_ who has now unfortunately abandoned the project.

License
-------

``django-secretballot`` is released under the BSD license.