Skip to content

Adding reCAPTCHA support to Django forms and models

License

Notifications You must be signed in to change notification settings

olibrook/Recaptchapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaptcha Integration for Django

This Django application simplifies adding a captcha to a model or form using reCAPTCHA.

Usage

  1. Add the app to your project.
  2. Add key to your settings.py.
  3. Add a ReCaptchaField to your model, and your ModelForm should Just Work!

See example/ for a working example.

License

MIT license, see COPYING for details.

About

Adding reCAPTCHA support to Django forms and models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages