
Django
雾外孤山
胜人者有力,自胜者强。超越自我,成就自我。
展开
-
Web接口开发与自动化测试基于Python语言--93页实时显示签到进度方法
1.前端代码: <div class="row" style="padding-top: 80px;"> <div class="col-md-6"> <table class="table table-striped"> <thead>原创 2019-03-01 13:25:50 · 304 阅读 · 0 评论 -
Django问题汇总--持续更新
问题1:提交表单报错:RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set. 解决方法: 将from的action地址改为/结尾的就可以了 或者修改settings:APPEND_SLASH=False 问题2:Forbidden...原创 2019-02-26 18:40:28 · 620 阅读 · 0 评论