diff --git a/bin/steps/django/init b/bin/steps/django/init index 029321a..8200263 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -14,4 +14,4 @@ if [ ! "$DISABLE_INJECTION" ]; then source $BIN_DIR/steps/django/injection fi -source ./collectstatic \ No newline at end of file +source $BIN_DIR/steps/django/collectstatic \ No newline at end of file