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
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
2 matches
Mail list logo