django-secretballot icon indicating copy to clipboard operation
django-secretballot copied to clipboard

🗳 Django voting application that allows semi-anonymous voting

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 <https://github.com/bashu/>, and some great contributors <https://github.com/bashu/django-secretballot/contributors>.

Documentation

For more details, see the documentation <http://django-secretballot.rtfd.org>_ 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 <https://github.com/bashu/django-secretballot/>_ was originally started by James Turk <https://jamesturk.net/>_ who has now unfortunately abandoned the project.

License

django-secretballot is released under the BSD license.