遇到错误
RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set.
Django can’t redirect to the slash URL while maintaining POST data. Change your form to point to 0.0.0.0:8000/xxx/xxx/ (note the trailing slash),
or set APPEND_SLASH=False in your Django settings.
解决:
在请求url后面加上/就好
自动匹配暂时没有找到比较好的方法…
先记下找到再更新笔记…