lingthio / Flask-User-starter-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env_settings_file = os.environ.get('ENV_SETTINGS_FILE', 'env_settings.py') returns the Flask-User-starter-app directory?

scheung38 opened this issue · comments

create_app.py.create_app function:

env_settings_file = os.environ.get('ENV_SETTINGS_FILE', 'env_settings.py')

or is it supposed to get the env_settings as intended?