Closed davidmturner closed 10 years ago
Pass csrf_enabled=False to the form when instantiating for the API.
Don't you want disable csrf tokens for the API methods?
@davidmturner No, the API's authentication mechanism is session based with means CSRF is a problem.
Pass csrf_enabled=False to the form when instantiating for the API.