wip
This commit is contained in:
parent
78ce15e82d
commit
0a31714a93
10 changed files with 159 additions and 149 deletions
1
wsgi.py
1
wsgi.py
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue