Open GoogleCodeExporter opened 9 years ago
Hi,
in proxy/middleware.py just add this lines:
...
import settings
try:
url = "http://" + settings.WEB_PROXY_DOMAIN
except:
url = ""
...
before line:
requ = urllib2.Request(url+querystring, None, outgoing_headers)
i think it's line 36 (cca)
Bye
Original comment by matu...@gmail.com
on 12 Jul 2011 at 12:12
Original issue reported on code.google.com by
ming.hs...@accedo.tv
on 4 May 2011 at 3:12