django-piston
unusual django admin behavior when storing string values
Using django trunk r13359 and django piston, I created a small restful service that stores string values.[详细]
2023-01-04 05:04 分类:问答"Invalid signature": oAuth provider with Django-piston
I\'m working with django-piston to attempt to create an API that supports oAuth. I started out using the tutorial at:[详细]
2023-01-01 18:05 分类:问答Making REST calls only available to local applications?
Suppose I have a url like: http://example.com/get-users which returns a JSON object of all users. But, I don\'t want anyone (or any bots) to be able to go to this url to fetch this information. I wa[详细]
2022-12-30 21:29 分类:问答Unable to HTTP PUT with libcurl to django-piston
I\'m trying to PUT data using libcurl to mimic the command curl -u test:test -X PUT --data-binary @data.yaml \"http://127.0.0.1:8000/foo/\"[详细]
2022-12-29 23:11 分类:问答python list mysteriously getting set to something within my django/piston handler
Note: (I\'ve updated this since the first two suggestions... you can view the old post in txt form here: http://bennyland.com/old-2554127.txt).The update I made was to better understand what was going[详细]
2022-12-25 10:58 分类:问答Using django-piston, how can I write out HTTP headers in the response?
How can I include an HTTP header, such as Cache-Contr开发者_StackOverflow社区ol or Last-Modified, in the response to a django-piston call?You can wrap it in your urls.py following the procedure in the[详细]
2022-12-24 20:39 分类:问答Django/piston + Silverlight, PUT/DELETE?
I am working on a Silverlight project that uses Django on the server using piston for the REST API. I understand that Silverlight doesn\'t support the PUT and DELETE http verbs. Is there another way i[详细]
2022-12-22 15:54 分类:问答How do I make Django-Piston to include related child objects in the serialized output?
I am pulling my hair out here because this isn\'t working for me and seems like it should be. I am using Django-Piston to develop an API and have 2 models, Building and Building Area.[详细]
2022-12-20 16:23 分类:问答Django Piston: How can I exclude nested fields from handler results? Is it even possible?
I am putting the finishing touches on an API I have written for a Django app utilizing django-piston. The API is able to search by request or IP address which are Request or IPAddress instances respec[详细]
2022-12-19 22:19 分类:问答Piston customize response representation
I am using piston and I would like to spit out a custom format for my response. My model is something like this:[详细]
2022-12-15 17:43 分类:问答