This commit is contained in:
2016-09-30 21:38:10 -04:00
parent 5fef77b61f
commit 994a3297c9
2 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,8 @@ source env/bin/activate
git stash
git pull --force origin $name
pip install -r requirements.txt
./scripts/setup.sh
python3 manage.py collectstatic --noinput
python3 manage.py migrate