Skip to content

maxfolley/csrftoken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csrftoken

jQuery plugin for easy setup of ajax requests in Django

Usage

Just call the csrftoken on DOM ready:

$.csrftoken();

Make sure you have the token set in your django template. You can use the following template tag:

{% csrf_token %}

About

jQuery plugin for easy setup of ajax requests in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published