2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Update makefile

- Comment out project and track apps, currently disabled
This commit is contained in:
Oliver
2018-04-12 18:57:25 +10:00
committed by GitHub
parent ed61ebe5b7
commit 0d2e25c8c1

View File

@ -16,10 +16,11 @@ test:
migrate:
python InvenTree/manage.py makemigrations part
python InvenTree/manage.py makemigrations project
python InvenTree/manage.py makemigrations bom
# python InvenTree/manage.py makemigrations project
python InvenTree/manage.py makemigrations stock
python InvenTree/manage.py makemigrations supplier
python InvenTree/manage.py makemigrations track
# python InvenTree/manage.py makemigrations track
python InvenTree/manage.py migrate --run-syncdb
python InvenTree/manage.py check