This commit is contained in:
2025-02-25 18:52:49 +08:00
parent 534a92559a
commit 59c087865f
6 changed files with 78 additions and 6 deletions

3
wsgi.py Normal file
View File

@ -0,0 +1,3 @@
from inventory_check import app
app = app('production')