django-piston
How to show foreign key in django-piston rest output instead of related object data
I use latest django-piston 0.2.3rc1 (but may downgrade if needed). class MaintenanceHandler(CsrfExemptBaseHandler):[详细]
2023-04-06 02:14 分类:问答Wrong redirections with django-piston
I have a problems with my django api. I have a website that works well, and now I want make a api with django-piston to make a android app. When I try to get some data, and I sent some key in the url,[详细]
2023-04-04 11:25 分类:问答Django piston message encode problem
I have a project on Django 1.3 + piston for API. This is the code of GET handler: listen_resource = Resource( ListenHandler )[详细]
2023-04-04 08:18 分类:问答How to prevent 'IOError: failed to write data' when client closes connection to Django/WSGI app?
I have an iPhone app that is using web services implemented in Python, using Django and Piston, running on an apache server through WSGI.[详细]
2023-04-03 13:57 分类:问答How to allow POST restful webservice calls with Django Piston and CSRF protection?
I\'m new to django-piston and cannot get POST webservice calls开发者_如何学C to work due to Django\'s CSRF protection.How do I allow webservice calls to bypass the CSRF protection and still allow the[详细]
2023-03-29 09:04 分类:问答Django piston, Django.auth, and asihttprequest
I have a website that uses Django piston for the API. I have also created an iPhone app that successfully connects to the API and parses the JSON and displays the correct content on the iPhone. The AP[详细]
2023-03-23 20:06 分类:问答Reverse URL problem with Django and Tastypie
We\'re porting our API from Django - Piston to Django-TastyPie. Everything went smoothly, \'till we got to this:[详细]
2023-03-23 07:41 分类:问答RESTful API for playframework project
I am new to playframework. I\'m planning a big project which will be exposing number of endpoints for other applications so that they can integrate with it; Do we have any extensions or libraries l开发[详细]
2023-03-22 17:58 分类:问答Django app freezing with a few concurrent requests
I have a django app without views, I only use it to provide a REST API using django-piston package. Since I have deployed it to amazon-ec2 with mod-wsgi, after some requests it freezes, and the CPU g[详细]
2023-03-19 05:36 分类:问答django/python - what's the recommended secure way to exchange data between my infrastructure and my customers?
I\'m using Django/Postgres and Python for my web site and the background processes. I have hundreds of messages every minute populating my database and I would like to securely allow other customers a[详细]
2023-03-15 19:31 分类:问答