2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Merge pull request #163 from SchrodingersGat/makefile-fox

Remove makefile comment which breaks make on windows
This commit is contained in:
Oliver
2019-04-26 21:34:08 +10:00
committed by GitHub

View File

@ -24,8 +24,6 @@ migrate:
install:
pip install -U -r requirements.txt
# Generate a secret key
python InvenTree/key.py
setup: install migrate