Added send-email feature

This commit is contained in:
2023-09-11 21:58:24 +04:00
parent 6d45d1c604
commit a1b3d23c37
10 changed files with 161 additions and 38 deletions

View File

@@ -23,9 +23,6 @@ if config.config_file_name is not None:
# target_metadata = mymodel.Base.metadata
########### Custom Config ###########
from os import getenv
print('-'*100)
print(getenv('POSTGRES_USER'))
from app.core.config import settings
from app.db.base import Base