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

Update makefile

This commit is contained in:
Oliver Walters
2019-04-28 08:42:17 +10:00
parent 5b6ba0bb8b
commit 2108ee2eb7
4 changed files with 42 additions and 4 deletions

View File

@ -19,7 +19,8 @@ install:
pip install -U -r requirements.txt
python InvenTree/keygen.py
setup: install migrate
superuser:
python InvenTree/manage.py createsuperuser
style:
flake8 InvenTree
@ -37,5 +38,3 @@ documentation:
pip install -U -r docs/requirements.txt
cd docs & make html
superuser:
python InvenTree/manage.py createsuperuser