2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +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

5
.gitignore vendored
View File

@ -30,7 +30,10 @@ local_settings.py
# Local media storage (only when running in development mode)
InvenTree/media
# Ignore PyCharm project configuration
# Key file
secret_key.txt
# Ignore python IDE project configuration
.idea/
# Coverage reports