2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Renamed key.py to keygen.py

This commit is contained in:
Oliver Walters
2019-04-27 17:03:37 +10:00
parent 8d0df6654c
commit 0cec12085d
2 changed files with 15 additions and 4 deletions

View File

@ -17,7 +17,7 @@ migrate:
install:
pip install -U -r requirements.txt
python InvenTree/key.py
python InvenTree/keygen.py
setup: install migrate