On 14 Dec 2010, at 1:21 PM, JC Putter wrote: > i am sure that this has to do with Cross Site Forgery...only the following > pages gives me this error , recent message,lists
Have you disabled javascript ? Usually the javascript would detect if your login form does not have a valid CSRF prevention token and redirect you to obtain one. If you want the actual traceback error to be displayed you need to enable DEBUG in your settings.py file. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

