2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Fixing python errors

This commit is contained in:
Oliver
2017-04-11 17:21:05 +10:00
parent 1cddec1035
commit 338dcd3b72
19 changed files with 28 additions and 25 deletions

View File

@ -16,6 +16,10 @@ test:
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