diff --git a/myproject/build_files.sh b/myproject/build_files.sh index 3494b57..1ec769f 100644 --- a/myproject/build_files.sh +++ b/myproject/build_files.sh @@ -1,3 +1,3 @@ # build_files.sh pip install -r requirements.txt -python manage.py collectstatic --no-input --clear \ No newline at end of file +py manage.py collectstatic --no-input --clear \ No newline at end of file