Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntucker/django-recaptcha-form
Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.
https://github.com/ntucker/django-recaptcha-form
Last synced: 22 days ago
JSON representation
Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.
- Host: GitHub
- URL: https://github.com/ntucker/django-recaptcha-form
- Owner: ntucker
- License: other
- Created: 2013-07-15T23:07:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:42:09.000Z (11 months ago)
- Last Synced: 2024-10-06T14:35:47.096Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Provides form widgets and class mixin for django newforms. This allows adding a recaptcha test to any django form.
Make sure to set these settings in your django settings file:
RECAPTCHA_PUB_KEY
RECAPTCHA_PRIV_KEYRequires recaptcha library: http://pypi.python.org/pypi/recaptcha-client
For more information about recaptcha, and to get a recaptcha key, visit: http://www.google.com/recaptcha
(Based on this post http://smileychris.com/ramblings/recaptcha/)