随笔分类 -  Python

摘要:做公众号测试的时候,发现了个问题: 提交表单报错:RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set. 解决方案: 阅读全文
posted @ 2019-06-12 11:04 风来风往风伤(TiAmo) 阅读(7389) 评论(0) 推荐(0) 编辑
摘要:result= Booking.objects.filter() #方法一 .exists() if result.exists(): print "QuerySet has Data" else: print "QuerySet is empty" #方法二 .count()==0 if result.count() == 0: print "empty" ... 阅读全文
posted @ 2019-06-10 11:37 风来风往风伤(TiAmo) 阅读(507) 评论(0) 推荐(0) 编辑
摘要:Use "scrapy" to see available commands 阅读全文
posted @ 2019-01-08 10:37 风来风往风伤(TiAmo) 阅读(6031) 评论(0) 推荐(0) 编辑
摘要:PS: 如果已经安装pip,可能出现以下问题,按照提示重新升级pip后,重新安装schedule即可 阅读全文
posted @ 2019-01-08 10:12 风来风往风伤(TiAmo) 阅读(3772) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示