Re: Python & Peewee Query Example Needed

2015-02-17 Thread Rob Gaddi
On Mon, 16 Feb 2015 11:08:18 -0800, Travis VanDame wrote: > On Monday, February 16, 2015 at 12:35:00 PM UTC-6, Travis VanDame wrote: >> I'm new to python and peewee and was looking for an example on how to >> query a mysql table with a datetime column only returning rows that are >> 30 days old. >

Re: Python & Peewee Query Example Needed

2015-02-16 Thread Travis VanDame
On Monday, February 16, 2015 at 12:35:00 PM UTC-6, Travis VanDame wrote: > I'm new to python and peewee and was looking for an example on how to query a > mysql table with a datetime column only returning rows that are 30 days old. Well this is what I've come up with @classmethod def

Python & Peewee Query Example Needed

2015-02-16 Thread Travis VanDame
I'm new to python and peewee and was looking for an example on how to query a mysql table with a datetime column only returning rows that are 30 days old. -- https://mail.python.org/mailman/listinfo/python-list