python - Internal django website access external resources via proxy server -


i have django website that's served on internal network. being served via standard apache2 mod_wsgi setup.

however, server sits behind proxy, , need able access external resources via app, example, fetch resources internet, say, via urllib.

how configure django app use http_proxy settings?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -