1.防止CSRF攻击
在django中要求前端要有token验证才能提交post请求。所以要在前端html的form表单中添加 {% csrf_token %}:
django知识点
原文:https://www.cnblogs.com/xussi/p/9416966.html