Hi For this error BadValueError: Property starttime is required it looks like you have changed your model to make starttime required and your trying to retrieve and entity that doesn't have a value for starttime. You will need to fix your entities if you want that property required.
The import error will be because you have a broken instance (failed on startup with DeadlineExceeded and can't run now due to the failed imports) or you haven't got a signals.py somewhere ;-) T On Oct 12, 9:21 am, Andrew <[email protected]> wrote: > Hello, > > could someone from google have a look at site: bidshapeauction > > Site stopped working after update, the same code works fine on other > app ids. We are getting different errors: > > <type 'exceptions.ImportError'>: cannot import name signals > or > BadValueError: Property starttime is required > > Site is really slow to load. > > On google app engine I see anomaly with Memcache, anyone having issues? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
