Python (django) :- {% csrf_token %}
.
.
Note: Type this inside of a web form.
What are CSRF tokens? A CSRF token is a unique, secret, unpredictable value that is generated by the server-side application and transmitted to the client in such a way that it is included in a subsequent HTTP request made by the client.