mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 18:45:40 +00:00
Update installation routine and docs
- Single call of "make install" does everything - Add backup_dir option to yaml config file
This commit is contained in:
6
Makefile
6
Makefile
@ -16,13 +16,17 @@ migrate:
|
||||
python3 InvenTree/manage.py migrate --run-syncdb
|
||||
python3 InvenTree/manage.py check
|
||||
|
||||
install:
|
||||
requirements:
|
||||
pip3 install -U -r requirements.txt
|
||||
|
||||
secret:
|
||||
python3 InvenTree/keygen.py
|
||||
|
||||
superuser:
|
||||
python3 InvenTree/manage.py createsuperuser
|
||||
|
||||
install: requirements secret migrate superuser
|
||||
|
||||
style:
|
||||
flake8 InvenTree
|
||||
|
||||
|
Reference in New Issue
Block a user