Fri, 15 Dec 2017 22:53:17 +0200
Restructuring to work with setting file provided as argument form the command line.
Settings in YAML format.
Added some error checking (i.e. if reponse!=200 then raise Error).
ioannis@0 | 1 | syntax: glob |
ioannis@0 | 2 | *.rst~ |
ioannis@0 | 3 | *.py~ |
ioannis@0 | 4 | *.pyc |
ioannis@0 | 5 | re:^settings\.py$ |
ulalume3@4 | 6 | re:^\.idea/ |