mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Update makefile
This commit is contained in:
5
Makefile
5
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user