#4 #6 Completed functionlity to update products in place. Form still needs tidying up

This commit is contained in:
2024-01-25 00:05:34 +00:00
parent 0951bcc23e
commit 0358670071
5 changed files with 55 additions and 33 deletions

1
app.py
View File

@@ -10,6 +10,7 @@ from controllers.web.endpoints import blueprint
def main():
print(__package__)
app = Flask(__name__)
# Set app secret key to sign session cookies