On Sat, Jun 19, 2010 at 6:32 AM, Börni wrote:
> Hello together,
> i'm using this snippet http://djangosnippets.org/snippets/979/ .
>
> This shows an “No CSRF or session cookie.” error. I need to know how
> to decorate my view
>
> my_soap_service = MySoapService()
>
> with csrf_exempt decorator.
>
Hello together,
i'm using this snippet http://djangosnippets.org/snippets/979/ .
This shows an “No CSRF or session cookie.” error. I need to know how
to decorate my view
my_soap_service = MySoapService()
with csrf_exempt decorator.
I've no idea how to use the decorator in this context.
Thank yo
2 matches
Mail list logo