Skip to content

Commit

Permalink
Added upgrade flag to d-a-b
Browse files Browse the repository at this point in the history
  • Loading branch information
IllyaMoskvin committed Jun 9, 2016
1 parent 7a8c8a5 commit ca83ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca83ff3

Please sign in to comment.