lastEmail=db.DateTimeProperty(default=datetime(datetime.now().year-1,datetime.now().month,datetime.now().day,datetime.now().hour,datetime.now().minute),indexed=False)
Since the models were included in every request, it brought down the app completely, wish I checked any page before going to sleep or used timedelta instead :)
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/eYc9sv0GcJwJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
At least it's not your birthday today :)
On Wed, Feb 29, 2012 at 1:31 PM, Kaan Soral <kaan...@gmail.com> wrote:
lastEmail=db.DateTimeProperty(default=datetime(datetime.now().year-1,datetime.now().month,datetime.now().day,datetime.now().hour,datetime.now().minute),indexed=False)
Since the models were included in every request, it brought down the app completely, wish I checked any page before going to sleep or used timedelta instead :)
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/eYc9sv0GcJwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to google-appengine+unsubscribe@googlegroups.com.
lastEmail=db.DateTimeProperty(default=datetime(datetime.now().year-1,datetime.now().month,datetime.now().day,datetime.now().hour,datetime.now().minute),indexed=False)
Since the models were included in every request, it brought down the app completely, wish I checked any page before going to sleep or used timedelta instead :)
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/eYc9sv0GcJwJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.