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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,11 @@ test:
migrate: migrate:
python InvenTree/manage.py makemigrations part 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 stock
python InvenTree/manage.py makemigrations supplier 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 migrate --run-syncdb
python InvenTree/manage.py check python InvenTree/manage.py check