mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Remove comment line in Makefile which doesn't play nice on Windows
This commit is contained in:
2
Makefile
2
Makefile
@ -24,8 +24,6 @@ migrate:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
pip install -U -r requirements/base.txt
|
pip install -U -r requirements/base.txt
|
||||||
|
|
||||||
# Generate a secret key
|
|
||||||
python InvenTree/key.py
|
python InvenTree/key.py
|
||||||
|
|
||||||
setup: install migrate
|
setup: install migrate
|
||||||
|
Reference in New Issue
Block a user