2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Add "wait_for_db" management command

This commit is contained in:
Oliver Walters
2021-04-02 00:03:56 +11:00
parent 8e7e36089b
commit be41be3981
3 changed files with 32 additions and 5 deletions

View File

@ -9,11 +9,6 @@
database:
# Uncomment (and edit) one of the database configurations below,
# or specify database options using environment variables
# Default installation uses a simple sqlite database
# For production, consider changing this!
ENGINE: sqlite3
NAME: '/home/inventree/database.sqlite3'
# Refer to the django documentation for full list of options