CSRF verification failed. Request aborted.
最近在学习django,遇到这个问题。CSRF verification failed. Request aborted.
解决方案:
1、在Html template中加入csrf_token
2、在view.py中对应的view函数上加上装饰器
再启动运行,报错就解决了。
原文地址:https://blog.csdn.net/weixin_44691253/article/details/140103789
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!