diff --git a/myproject/build_files.sh b/myproject/build_files.sh index 34499de..c283832 100644 --- a/myproject/build_files.sh +++ b/myproject/build_files.sh @@ -1,3 +1,3 @@ # build_files.sh pip install -r requirements.txt -python3.12 manage.py collectstatic --no-input --clear \ No newline at end of file +python3.x manage.py collectstatic --no-input --clear \ No newline at end of file