diff --git a/deploy.sh b/deploy.sh index 81c2181c..30e5bd9a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -53,7 +53,7 @@ pip install -r $CODE_PATH/requirements.txt --upgrade # Loaded in roundware/settings/common.py # django-admin-bootstrapped==2.5.7 -pip install ~/roundware-server/files/django-admin-bootstrapped-1.9-compatible-master.zip +pip install ~/roundware-server/files/django-admin-bootstrapped-1.9-compatible-master.zip --upgrade # Apply patch to fix M2M field deserializing for Tag relationships, force command to return true. # Details: https://code.djangoproject.com/ticket/17946