mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed makefile
Added "makemigrations" for each app
This commit is contained in:
parent
e641a913f2
commit
9e3fa00fdd
6
Makefile
6
Makefile
@ -15,7 +15,11 @@ test:
|
|||||||
python InvenTree/manage.py test --noinput
|
python InvenTree/manage.py test --noinput
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
python InvenTree/manage.py makemigrations
|
python InvenTree/manage.py makemigrations part
|
||||||
|
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 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