2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Split environment variables out into a .env file

- No need to collect "static" file when we are running in DEBUG mode
This commit is contained in:
Oliver Walters
2021-05-12 21:15:53 +10:00
parent 3381c5e257
commit 00c5a88383
4 changed files with 17 additions and 19 deletions

1
.gitignore vendored
View File

@ -31,6 +31,7 @@ var/
*.log
local_settings.py
*.sqlite3
*.sqlite3-journal
*.backup
*.old