env.example, ukrycie loga o nieaktualizacji kategorii
This commit is contained in:
4
app.py
4
app.py
@@ -345,8 +345,8 @@ with app.app_context():
|
||||
db.session.add_all(Category(name=cat) for cat in missing)
|
||||
db.session.commit()
|
||||
print(f"[INFO] Dodano brakujące kategorie: {', '.join(missing)}")
|
||||
else:
|
||||
print("[INFO] Wszystkie domyślne kategorie już istnieją")
|
||||
#else:
|
||||
# print("[INFO] Wszystkie domyślne kategorie już istnieją")
|
||||
|
||||
|
||||
@static_bp.route("/static/js/<path:filename>")
|
||||
|
Reference in New Issue
Block a user