This commit is contained in:
2018-11-12 15:50:56 +04:00
commit d288cf4f9e
45 changed files with 2274 additions and 0 deletions

12
run.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env zsh
set euxo PIPEFAIL
export PIPENV_VENV_IN_PROJECT=1
export PYTHONPATH=src/
git pull
pipenv install
pipenv run python3.7 src/manage.py runserver 2716