This Django application simplifies adding a captcha to a model or form using reCAPTCHA.
- Add the app to your project.
- Add key to your settings.py.
- Add a
ReCaptchaField
to your model, and your ModelForm should Just Work!
See example/
for a working example.
MIT license, see COPYING for details.