2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +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
commit 475dd8d8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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