File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,13 @@ Read more about API here -> https://github.com/DevAlone/proxy_py/tree/master/doc
189
189
190
190
How to contribute?
191
191
******************
192
- *TODO: write guide about it *
192
+
193
+ Just fork, do your changes(implement new collector, fix a bug
194
+ or whatever you want) and create pull request.
195
+
196
+ Here are some useful guides:
197
+
198
+ `How to create a collector <https://proxy-py.readthedocs.io/en/latest/guides/how_to_create_collector.html >`_
193
199
194
200
How to test it?
195
201
***************
Original file line number Diff line number Diff line change 1
1
from ._settings import *
2
2
3
+ DEBUG = False
4
+
3
5
DATABASE_CONNECTION_KWARGS ['database' ] = 'proxy_py'
4
6
DATABASE_CONNECTION_KWARGS ['user' ] = 'proxy_py'
5
7
DATABASE_CONNECTION_KWARGS ['password' ] = 'proxy_py'
6
8
7
- DEBUG = False
9
+ PROXY_PROVIDER_SERVER_ADDRESS = {
10
+ 'HOST' : '0.0.0.0' ,
11
+ 'PORT' : 55555 ,
12
+ }
You can’t perform that action at this time.
0 commit comments