2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

python -> python3

This commit is contained in:
Oliver
2021-07-02 13:07:42 +10:00
parent 9cdc5a1fa1
commit fa1644ed2c
4 changed files with 17 additions and 17 deletions

View File

@ -6,9 +6,9 @@ sleep 5
# Wait for the database to be ready
cd $INVENTREE_MNG_DIR
python manage.py wait_for_db
python3 manage.py wait_for_db
sleep 10
# Now we can launch the background worker process
python manage.py qcluster
python3 manage.py qcluster