datelists = dailytodos.get_list(order_by=["-date"])
My question: if I want to limit the number of todo items that displays
on this page to say 20
--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701
datelists = dailytodos.get_list(order_by=["-date"])
My question: if I want to limit the number of todo items that displays
on this page to say 20