Skip to content

Commit

Permalink
Update build_files.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davevad93 authored Nov 29, 2024
1 parent 227f255 commit 729cad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions myproject/build_files.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# build_files.sh
pip install -r requirements.txt
python3.12 manage.py collectstatic --no-input --clear
python -m pip install -r requirements.txt
python manage.py collectstatic --noinput

0 comments on commit 729cad0

Please sign in to comment.