mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
python -> python3
This commit is contained in:
@ -11,9 +11,9 @@ sleep 5
|
||||
|
||||
# Wait for the database to be ready
|
||||
cd InvenTree
|
||||
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
|
||||
|
Reference in New Issue
Block a user