diff --git a/collect_static_resources b/collect_static_resources index 6d2c68e4d1..34a98715ab 100755 --- a/collect_static_resources +++ b/collect_static_resources @@ -1,3 +1,3 @@ #! /bin/bash -cd $(basedir $0) && django-admin.py collectstatic --noinput --settings=envs.aws --pythonpath=. +cd $(dirname $0) && django-admin.py collectstatic --noinput --settings=envs.aws --pythonpath=.