学习django各种奇葩错误日志

python学习网 2018-01-24 00:02:02

Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/login.html/

原因,前端url或者后台url填写错误,尤其注意/

 

Cannot resolve keyword u'slug' into field error 

原因:orm查询时数据库的字段名称填写错误

阅读(797) 评论(0)