mbr / flask-appconfig

Configures Flask applications in a canonical way. Also auto-configures Heroku. Aims to standardize configuration.
http://pypi.python.org/pypi/flask-appconfig
MIT License
84 stars 15 forks source link

Flask-appconfig overwrites flasks binary #5

Open kszarlej opened 7 years ago

kszarlej commented 7 years ago

Currently flask==0.12 comes with a flask binary. flask's-appconfig flask utility overwrites it/gets overwritten by flasks original binary.

IMO the utility should be renamed because i.e current flask docs gives instructions on how to use their original flask binary, and as it turned out I was trying to apply those instructions to a different binary :)

mbr commented 7 years ago

That's correct. The binary is actually obsolete, newer versions integrate with flask's own CLI interface. I'll look into this.