开发者

how to change data Automatically not using open the webpage for Per hour

开发者 https://www.devze.com 2023-01-23 06:33 出处:网络
i seem like this : class myData(db.Model): today= db.DateTimeProperty() how to set \'today\' to now time for Per hour ,开发者_运维问答not using open the webpage ?

i seem like this :

class myData(db.Model):
    today= db.DateTimeProperty()

how to set 'today' to now time for Per hour ,开发者_运维问答not using open the webpage ?

thanks


You need to use a Task Queue.

0

精彩评论

暂无评论...
验证码 换一张
取 消