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

SECRET_KEY is now generated by a script and stored as a local file

- key file ignored from git
This commit is contained in:
Oliver Walters
2019-04-24 16:01:47 +10:00
parent d46afcdfe8
commit 3827806603
4 changed files with 31 additions and 3 deletions

View File

@ -28,6 +28,9 @@ migrate:
install:
# TODO: replace this with a proper setup.py
pip install -U -r requirements/base.txt
# Generate a secret key
python InvenTree/key.py
setup: install migrate