Thank you for your response, I didn't want to disable crsf token. I wanted to disable django comment's security_hash I managed to do that overriding comment's forms.py
:) On Jun 6, 4:38 pm, Ivo Brodien <[email protected]> wrote: > search for csfr excempt decorator. > > On Jun 6, 2011, at 4:35 PM, Ján Vorčák wrote: > > > Hi, > > > I'd like to ask you about one problem. > > I need to remove security hash django comments module. I need to allow > > posting to my app from external application just by posting the post > > request. > > How can I do that? Is there any way to disable this "security hash" > > protection? > > > Thank you > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

