mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-08-02 14:54:24 +00:00
Added send-email feature
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user