Re: AppRegistryNotReady error running fastcgi on IIS

2014-09-29 Thread Shawn H
I was, but it turns out that wasn't the issue. I asked the question on the pytools site (here ), thinking it was possible an issue with wfastcgi. It turns out it's not an issue with wfastcgi. It's that At 1.6, the recommended handler was django.core.

Re: AppRegistryNotReady error running fastcgi on IIS

2014-09-29 Thread Collin Anderson
Are you sure you're calling django.setup() before the first request happens? >From what I can tell, an error happens while processing a request, and then this error happens while trying to generate a pretty error message. -- You received this message because you are subscribed to the Google Gro