max distance is now weighted by hours

This commit is contained in:
2018-11-14 19:57:35 +04:00
parent d288cf4f9e
commit 6f06b10388
7 changed files with 67 additions and 56 deletions

9
update.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env zsh
set euxo PIPEFAIL
git pull
pipenv install
pipenv run python3.7 src/manage.py migrate