Добавлена двухфакторная регистрация через email

This commit is contained in:
2021-07-14 16:55:06 +03:00
parent 729012ecca
commit 4cad60b47f
12 changed files with 188 additions and 65 deletions

View File

@@ -1,4 +1,10 @@
@echo off
if not exist "db.sqlite" (
python init_db.py
)
set FLASK_APP=dyxless
set FLASK_ENV=development