django-csrf is the Cross Site Request Forgery (CSRF) protection middleware for Django.
Are forms that use the POST method required to have CSRF protection? I'm following a book and the code examples …
django views django-csrfIn django 1.3 you now have to use csrf even with ajax. I use jquery and I now want to add …
jquery django django-csrf