Re: Fwd: Moving from 1.2 to 1.6

2014-04-09 Thread John Fabiani
If I turn off the csrf with @csrf_exempt the form works. I'm sort of a newbie so the only django code I used was as posted. I just installed the jQuery form plugin and it worked as suggested. So the code I posted is the only code I have ever coded. I do believe I understand python at a

Re: Fwd: Moving from 1.2 to 1.6

2014-04-09 Thread Nick Santos
Thanks for that. If you inspect a generated page with the form using something like Firebug or Chrome Inspector, can you confirm that there is a hidden form element named csrfmiddlewaretoken? If you're trying to serialize the values in the page to send via AJAX, you can try using that value

Re: Fwd: Moving from 1.2 to 1.6

2014-04-09 Thread John Fabiani
I have created a csrf.js added the code. I added it to the html base I've added the {% csrf_token %} in the form. Where oh where do I use the code or is it magic! Does it really work? I don't mean to be an ass but using google search I find over 20,000 hits on the django and csrf on several

Fwd: Moving from 1.2 to 1.6

2014-04-09 Thread Nick Santos
Hey John, Is this a server you could turn set DEBUG=True for and send this list the results of the error page that's produced? That could be super valuable in tracking