Top "Tastypie" questions

Tastypie is a reusable Django App and is suitable for providing an API to any application without having to modify the sources of that app.

how to access POST data inside tastypie custom Authentication

I'm trying to write custom Authentication in tastypie. Basically, I want to do the authentication using the post parameters and …

django tastypie
Tastypie filtering with multiple values

I had a simple question on filtering in tastypie. I want to filter with multiple values. For example: /api/v1/…

django api rest tastypie
Using non-AMD compatible javascript module with require.js?

I'm using require.js to help organize my Backbone.js based application. I'm trying to figure out the right way …

javascript backbone.js requirejs tastypie
Django : DRF Token based Authentication VS JSON Web Token

I am building a real world application where users will access the app primarily from Android, iOS devices as well …

json django rest django-rest-framework tastypie
No JSON object could be decoded - tastypie - curl

I was following the tastypie tutorial word for word until i reached the post part: http://django-tastypie.readthedocs.org/en/…

python django json curl tastypie
Put a custom http header in backbone

I am creating an API with Tastypie and I want to access to the API from Backbone. To send credentials …

http backbone.js tastypie
underscore.js - _.groupBy nested attribute

Tastypie returns an array, including nested resources as follows: data = [ {"adult_price": "123", "child_price": "123", "currency": [{"abbrev": "USD", "id": "1", "name": "US …

underscore.js tastypie
Returning data on POST in django-tastypie

I consider it a standard that an object-creating function returns the newly created object. So, any idea how do you …

django post tastypie
Create ,UPDATE and DELETE call using django-tastypie

I am using django-tastypie to build the API for my project. I followed the tastypie-doc. Using this doc I am …

python sql django api tastypie
Django-tastypie: Any example on file upload in POST?

Could anyone give a complete example on using the tastypie FileField, both server-side and client-side please? Here's what I have …

python django tastypie