mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fixes for makefile
This commit is contained in:
parent
338dcd3b72
commit
599cdc0a7b
11
Makefile
11
Makefile
@ -13,16 +13,17 @@ style:
|
||||
test:
|
||||
python InvenTree/manage.py test --noinput
|
||||
|
||||
setup:
|
||||
# TODO: replace this with a proper setup.py
|
||||
pip install -U -r requirements/base.txt
|
||||
migrate
|
||||
|
||||
migrate:
|
||||
python InvenTree/manage.py makemigrations
|
||||
python InvenTree/manage.py migrate --run-syncdb
|
||||
python InvenTree/manage.py check
|
||||
|
||||
install:
|
||||
# TODO: replace this with a proper setup.py
|
||||
pip install -U -r requirements/base.txt
|
||||
|
||||
setup: install migrate
|
||||
|
||||
setup_ci:
|
||||
pip install -U -r requirements/build.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user