Dec 11, 2023
Thanks for your article, i think it will be very useful if you add how to store sqlalchemy.url from .env file. Setting this line in env.py:
config.set_main_option('sqlalchemy.url', <db_url>)
More info on stackoverflow: https://stackoverflow.com/questions/37890284/ini-file-load-environment-variable
Thanks