Esempio n. 1
0
def setallroute():
    setall([[Users, "datefromtimestamp", User_datefromtimestamp], [Users, "activityparams", User_activityparams]])
Esempio n. 2
0
def setallroute():
    setall([
    [Blogs, 'datefromtimestamp', Post_datefromtimestamp],
    [Blogs, 'datefromtimestamp2', Post_datefromtimestamp2]
    ])