Up to now we tried get request. (If you need to try other HTTP resquest, use some API testing tools like curl or postman)
If you try sending a POST/PUT/DELETE to the resource, you find yourself getting “401 Unauthorized” errors. For safety, Tastypie ships with the authorization class set to ReadOnl...