mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
Переписан стиль фронтенда
This commit is contained in:
@@ -5,7 +5,11 @@ from flask_mail import Mail
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_login import LoginManager
|
||||
|
||||
app = Flask("__name__", template_folder="dyxless/templates")
|
||||
app = Flask(
|
||||
"__name__",
|
||||
template_folder="dyxless/templates",
|
||||
static_folder="dyxless/static",
|
||||
)
|
||||
db = SQLAlchemy()
|
||||
mail = Mail()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user