lingthio / Flask-User-starter-app

BSD 2-Clause "Simplified" License
337 stars 156 forks source link

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

Open scheung38 opened 9 years ago

scheung38 commented 9 years ago

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?