zjm1126
zjm1126

Reputation: 35682

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

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

Upvotes: 0

Views: 129

Answers (1)

Adam Crossland
Adam Crossland

Reputation: 14213

You need to use a Task Queue.

Upvotes: 1

Related Questions