django-rest-recaptcha icon indicating copy to clipboard operation
django-rest-recaptcha copied to clipboard

Error when trying to POST

Open pzehle opened this issue 6 years ago • 0 comments

I've just installed and follow your instructions, but I get the following message:

TypeError: GuestBook() got an unexpected keyword argument 'recaptcha'

I am sending a POST request from React, and it fails. Also, when trying on the browsable rest framework from django, it also fails. I am using django v.22. would this be the problem?

Thanks.

pzehle avatar Apr 24 '19 15:04 pzehle