diff --git a/requirements.txt b/requirements.txt index ed7cd600..e2d64fb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ kombu==3.0.23 billiard==3.3.0.18 Markdown==2.4 djangorestframework==3.1.1 -paramiko==1.15.1 +paramiko==1.15.2 ecdsa==0.11 Pygments==1.6 django-filter==0.7 @@ -23,3 +23,6 @@ requests phonenumbers django-countries django-localflavor +amqp +anyjson +pytz diff --git a/scripts/container/deploy.sh b/scripts/container/deploy.sh index 9e38cd25..fa530fab 100755 --- a/scripts/container/deploy.sh +++ b/scripts/container/deploy.sh @@ -64,8 +64,8 @@ if [[ ! -e $BASE_DIR ]]; then surun "orchestra-admin startproject $PROJECT_NAME" cd - else - echo "$BASE_DIT already existis, doing postupgrade." - $PYTHON_BIN $MANAGE migrate postupgradeorchestra --from $CURRENT_VERSION + echo "$BASE_DIR already existis, doing postupgrade." + $PYTHON_BIN $MANAGE postupgradeorchestra --from $CURRENT_VERSION fi