Re: [web2py] Re: Newbie questions

2011-03-19 Thread Niklas Rosencrantz
On Wed, Mar 16, 2011 at 12:46 PM, Anthony wrote: > On Wednesday, March 16, 2011 5:29:09 AM UTC-4, Nick Rosencrantz wrote: > >> Hi >> I just deployed my first attempt to try web2py with google app engine >> (http://matochsovklockan.appspot.com) >> Basically it works while a few links return "inval

[web2py] Re: Newbie questions

2011-03-16 Thread Anthony
On Wednesday, March 16, 2011 5:29:09 AM UTC-4, Nick Rosencrantz wrote: > Hi > I just deployed my first attempt to try web2py with google app engine > (http://matochsovklockan.appspot.com) > Basically it works while a few links return "invalid request" eg > http://matochsovklockan.appspot.com/e

[web2py] Re: Newbie Questions.

2010-04-13 Thread mdipierro
2) You are right and misunderstood your question. The fact is on GAE you can have date, time and datetime field types and you can search by date ==, <, >, <=, >= but you cannot manipulate dates (+,month,day,year). For example you can do db(db.mytable.mydatefield>datetime.date(2009,12,31)).selec

[web2py] Re: Newbie Questions.

2010-04-13 Thread Yanni
Thank you Massimo. re 1. I noticed that I was looking at wrong views/controllers/etc , and my applications DID load. I apologize for the false report. re 2. I will get back to you on this, on your FAQ I saw that GAE doesn't allow for time/datetime . I am probably confused. re 3. Thank you. On A

[web2py] Re: Newbie Questions.

2010-04-13 Thread mdipierro
On Apr 13, 1:44 pm, Yanni wrote: > Ok, so I'm a bit confused. > > 1. I am using web2py on my Windows installation, however, after I stop > and restart the service, all my work disappears (the views, > controllers, etc).  How do I prevent this from happening? This should not happening. I have ne