Re: [web2py] GAE "orderby date" not working

2013-03-06 Thread Jaime Sempere
Thanks a lot for pointing me the way, now is working I am a beginner in web2py & GAE and I didn't know anything about index.yaml. I was developing locally with web2py and uploading directly to GAE (in the beginning I used locally GAE, but later I skipped this step). So index.yaml was not being

Re: [web2py] GAE "orderby date" not working

2013-03-06 Thread Jonathan Lundell
On 6 Mar 2013, at 2:12 AM, Jaime Sempere wrote: > I've been searching about this but can't found any info abut it. > > I have an application which locally work well, but when I upload and test it > in google app engine this line gives me error: > > for row in > db(db.posts.thread_id==thre

[web2py] GAE "orderby date" not working

2013-03-06 Thread Jaime Sempere
Hi, I've been searching about this but can't found any info abut it. I have an application which locally work well, but when I upload and test it in google app engine this line gives me error: for row in db(db.posts.thread_id==thread_id).select(orderby=db.posts. post_date): Google app en