RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set.


做公眾號測試的時候,發現了個問題:

提交表單報錯:RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set.

 

解決方案:

 

提示form的action地址最后不是/結尾的,而且APPEND_SLASH的值是Ture

將from的action地址改為 / 結尾的就可以了 (http:://127.0.0.1:12345/weixin/)
或者 
修改settings:APPEND_SLASH=False

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM