Reputation: 35682
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
Reputation: 14213
You need to use a Task Queue.
Upvotes: 1