This commit is contained in:
2025-02-25 12:02:05 +00:00
parent 59c087865f
commit 91c7a7c562
3 changed files with 2 additions and 8 deletions

BIN
data.db

Binary file not shown.

View File

@ -1,11 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<h5> messages
<small class="float-right">
<a href="#bottom" title="Go Bottom">&darr;</a>
</small>
</h5>
<form method=get action="/upload">
<input style="width:150px;" type=submit value=上传XLSX>
</form>

View File

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