Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llimllib/django-recaptcha-comments
A project to make it very easy to include reCAPTCHA-gated comments in a django app
https://github.com/llimllib/django-recaptcha-comments
Last synced: about 1 month ago
JSON representation
A project to make it very easy to include reCAPTCHA-gated comments in a django app
- Host: GitHub
- URL: https://github.com/llimllib/django-recaptcha-comments
- Owner: llimllib
- License: other
- Created: 2010-11-11T03:57:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-18T03:09:31.000Z (about 14 years ago)
- Last Synced: 2024-11-30T02:50:31.744Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Django Captcha Comments
=========This plugin is intended to modify django's built-in comment system such that the user is required to solve a reCAPTCHA before commenting.
This code owes a heavy debt to Marco Fucci. Indeed, it is mainly a wrapper and a
set of documentation around the code he [provided here](http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/). Thanks, Marco!I assume that his code was usable as open source; I've licensed this project as WTFPL with the intention of making it as widely usable as possible.
TODO:
- Documentation!
- link demo app pages to the appropriate documentation
- test setup.py for functionality
- submit to PyPI
- write a paver(?) script to generate the docs (or rake? or just a script?)
- create a github site for the project