天天看點

RuntimeError報錯處理

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

解決方法:

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

将from的action位址改為/結尾的就可以了

或者

修改settings:APPEND_SLASH=False