Skip to content

Commit

Permalink
add example file for storing proxy credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 31, 2018
1 parent c70a9cf commit 2250d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@ __pycache__/

tessdata/*
test/*
local_settings.py

# Distribution / packaging
.Python
Expand Down
4 changes: 4 additions & 0 deletions local_settings.py
@@ -0,0 +1,4 @@
# example file for storing proxy credential

PROXIES = {'http': 'http://user:password@proxy:port',
'https': 'http://user:password@proxy:port'}

0 comments on commit 2250d21

Please sign in to comment.