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:
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user