Moved some products to different categories to test views

This commit is contained in:
2024-01-07 13:47:09 +00:00
parent 20f28739a2
commit e18412fea4
3 changed files with 10 additions and 7 deletions

1
app.py
View File

@@ -15,6 +15,7 @@ def main():
if secret_key == None:
# NO Secret Key set!
print("No app secret set, please set one before deploying in production")
print("This is a test")
app.secret_key = "DEFAULTKEY"
else:
app.secret_key = secret_key