views:

36

answers:

1

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

+1  A: 

You need to use a Task Queue.

Adam Crossland