Open JVanloofsvelt opened 6 years ago
From the call stack it looks like you are using wfastcgi, and the problem appears there. I have no experience with that, and I don't know how it plays with django-windows-tools. Could you give some more information about your setup, specifically how django-windows-tools is involved?
I'm using Django 1.9.13
I've been looking for the cause, but couldn't find it yet
I am using a project structure where the settings and root urls.py still reside in a subfolder (Django 1.6 application that I just upgraded to Django 1.9). I have moved the wsgi.py from this subfolder up one level, thinking that might help ...