Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bashu/django-secretballot
- Owner: bashu
- License: bsd-2-clause
- Created: 2009-01-15T21:03:12.000Z (almost 16 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-02T06:28:32.000Z (about 3 years ago)
- Last Synced: 2024-04-14T10:15:29.927Z (9 months ago)
- Topics: django
- Language: Python
- Homepage: https://django-secretballot.readthedocs.io
- Size: 153 KB
- Stars: 208
- Watchers: 7
- Forks: 69
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
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.