RE: Django mod_wsgi + No data received in browser

2012-06-08 Thread Sells, Fred
4:35 PM To: Django users Subject: Django mod_wsgi + No data received in browser I have the following code in wsgi.py and when I try viewing my site in a browser I get a no data received message (Unable to load the webpage because the server sent no data.) I feel like I'm missing the part where th

Django mod_wsgi + No data received in browser

2012-06-07 Thread Jose
I have the following code in wsgi.py and when I try viewing my site in a browser I get a no data received message (Unable to load the webpage because the server sent no data.) I feel like I'm missing the part where this wsgi.py file loads the actual contents of my site... import os import sys imp