django-captcha integration
digi604 opened this issue · 3 comments
digi604 commented
we have a very similar internal app... and a spam prevention system was the first thing we needed to implement
samluescher commented
Agreed, this is top priority
arcticlinux commented
Has there been any action on this issue, I find myself about to implement recaptcha with form-designer
samluescher commented
Actually I think that since there are many Captcha solutions out there, you should just implement your own Captcha field using your system of choice, and add it to MEDIA_TREE_FIELD_CLASSES. I prefer to only use/implement the standard field classes that come with Django.