我试图从我查询的模型对象中保存所有HTML页面。
例如,对于我在数据库中的每个model_id,我想保存http://127.0.0.1:8080/model_id。
我目前正在连接到上面显示的本地服务器,并在每个http://127.0.0.1:8080/#id1,http://127.0.0.1:8080/#id2,http://127.0.0.1:8080/#id600等处进行ping操作。
有没有办法在不使用本地服务器查询的情况下获取HTML?
答案 0 :(得分:2)
您可以使用Django test client。响应的content
包含页面的html。
where not (myDate>='2016-12-28' and myInt>1)
where (myDate<'2016-12-28' or myInt=1)
where (myDate<='2016-12-27' or (myDate='2016-12-28' and myInt=1))