django-rest-recaptcha
django-rest-recaptcha copied to clipboard
Error when trying to POST
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.