mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Ensure migrations are always called from the correct directory
This commit is contained in:
7
Makefile
7
Makefile
@ -15,10 +15,11 @@ migrate:
|
|||||||
python3 InvenTree/manage.py makemigrations stock
|
python3 InvenTree/manage.py makemigrations stock
|
||||||
python3 InvenTree/manage.py makemigrations build
|
python3 InvenTree/manage.py makemigrations build
|
||||||
python3 InvenTree/manage.py makemigrations order
|
python3 InvenTree/manage.py makemigrations order
|
||||||
python3 InvenTree/manage.py migrate
|
python3 InvenTree/manage.py makemigrations
|
||||||
python3 InvenTree/manage.py migrate --run-syncdb
|
cd InvenTree && python3 manage.py migrate
|
||||||
|
cd InvenTree && python3 manage.py migrate --run-syncdb
|
||||||
python3 InvenTree/manage.py check
|
python3 InvenTree/manage.py check
|
||||||
python3 InvenTree/manage.py collectstatic
|
cd InvenTree && python3 manage.py collectstatic
|
||||||
|
|
||||||
# Install all required packages
|
# Install all required packages
|
||||||
install:
|
install:
|
||||||
|
Reference in New Issue
Block a user