I try to integrate my Django site with paypal, using external IPN. I create Django form, send it to https://www.paypal.com/cgi-bin/webscr,
everything okay, but after return from paypal to my site I got csrf_token error. Paypal return to index page of my site.
How can I fix it. Thanks,