Re: How to disable security hash in django comments

2011-06-06 Thread Ján Vorčák
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 wrote: > search for csfr excempt decorator. > > On Jun 6, 2011, at 4:35 PM,

Re: How to disable security hash in django comments

2011-06-06 Thread Ivo Brodien
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

How to disable security hash in django comments

2011-06-06 Thread Ján Vorčák
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