Test project for purposes of testing weather api. To start run file index.py If you'd like to change parameters use conf.py.
git commands:
git status
git add . -- add current repository on the local machine
git commit -m "message" -- commit current state
git push origin master -- push changes to master branch on the remote server