mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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:
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user