Currently, we are using django-simple-captcha plugin for captcha generation and checking. However, Google ReCaptcha is a better alternative.
How to integrate it with this app is a matter open for discussion (ie, whether to use raw google recaptcha code or use some Django wrappers).
Currently, we are using
django-simple-captcha
plugin for captcha generation and checking. However, Google ReCaptcha is a better alternative. How to integrate it with this app is a matter open for discussion (ie, whether to use raw google recaptcha code or use some Django wrappers).