Update makefile
- Comment out project and track apps, currently disabled
This commit is contained in:
parent
ed61ebe5b7
commit
0d2e25c8c1
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue