This commit is contained in:
Rich
2021-07-03 08:40:30 +01:00
parent 582fca2e90
commit a38c6af449
4 changed files with 39 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
from flask import Flask
from flask_login import LoginManager
app = Flask(__name__)
app.config["SECRET_KEY"] = "fdsaGHJ768fdsGHKJHG656&*(&%&*(fsd"
login = LoginManager(app)
from app import routes