I use latest django-piston 0.2.3rc1 (but may downgrade if needed). class MaintenanceHandler(CsrfExemptBaseHandler):
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,
I have a project on Django 1.3 + piston for API. This is the code of GET handler: listen_resource = Resource( ListenHandler )
I have an iPhone app that is using web services implemented in Python, using Django and Piston, running on an apache server through WSGI.
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
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
We\'re porting our API from Django - Piston to Django-TastyPie. Everything went smoothly, \'till we got to this:
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开发
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
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