Are you using Django 1.1? I've heard that it is better about being "clean" after a bad initialization - e.g., when a DeadlineExceededError pulls the rug out from under.
j On Jan 7, 12:00 pm, Nefarious <[email protected]> wrote: > So, I ran into a problem yesterday wherein it appears Django didn't > fully load. I am getting exceptions like this: > > Parent module 'django.contrib.localflavor.us' not loaded. > > Anyone know what causes this exception? I am using app engine patch. > > The most disturbing part is, now pages which may be using that > instance to render are all failing with various Django errors. The > million dollar question is, how do I clear this instance? If instance > (cpu or whatever it is called) starts up poorly, how do I get rid of > it? I have a fairly low traffic site but it appears to have stayed > around at least 24 hours. > > Thanks, > > Mike
-- 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.
