Hi Bruno --
I'm sorry, but we can't help you here. This mailing list is for
discussion of developing Django itself, not user questions.
The django-users group is the right forum for questions like yours,
and I think you'll find an answer if you direct this question over
there.
Thanks!
Jacob
--
Hi all,
i am writing some tests to test a RESTful api i have written
(Django 1.3, using piston, python 2.6.5).
The url is basically: /api/products and you need to be logged to
access it.
We can use such api, via curl PUT query (the client code uses pycurl
to access the ws).
It works in prod