My favorites | Sign in
Project Logo
             
Code license: New BSD License
Labels: python, django, proxy
Feeds:
People details
Project owners:
  kernel1983

django-webproxy

a proxy django app

Useage

Install Python

Install Django

Edit settings.py, in the end add 2 lines, like:

WEB_PROXY_DOMAIN = 'www.google.com'
WEB_PROXY_PORT = 80

Run the django site:

python manage.py runserver

Then you success to made a proxy to the site.









Hosted by Google Code