This commit is contained in:
pika 2025-04-03 13:51:52 +02:00
parent 78ce15e82d
commit 0a31714a93
10 changed files with 159 additions and 149 deletions

View file

@ -1,6 +1,7 @@
import os
import secrets
from app import create_app
from flask_wtf.csrf import CSRFProtect
# Generate a secret key if not provided
if not os.environ.get("SECRET_KEY"):