From 225ff2e40fb2ae6ce59111a99b6c750c0a6f9dde Mon Sep 17 00:00:00 2001 From: Davide Presti <94308234+davevad93@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:30:25 +0100 Subject: [PATCH] Requirements.txt hotfix --- myproject/build_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproject/build_files.sh b/myproject/build_files.sh index c283832..34499de 100644 --- a/myproject/build_files.sh +++ b/myproject/build_files.sh @@ -1,3 +1,3 @@ # build_files.sh pip install -r requirements.txt -python3.x manage.py collectstatic --no-input --clear \ No newline at end of file +python3.12 manage.py collectstatic --no-input --clear \ No newline at end of file