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

Deprecated `configfile` param without explanation in the doce #6

Open ankostis opened 7 years ago

ankostis commented 7 years ago

While the deprecation of the `init_app(configfile) param has render it non-functional, the documentation of thios project does not mention that fact. Actually the examples in README still include it. Also no explanation is given as to why this change was needed. Finally, no PyPi-release exists (correct?).

mbr commented 7 years ago

While the deprecation of the `init_app(configfile) param has render it non-functional, the documentation of thios project does not mention that fact.

Sorry about that!

Finally, no PyPi-release exists (correct?).

That should not be the case - appconfig is released exclusively on PyPI: https://pypi.python.org/pypi/flask-appconfig . Is there something broken I am not aware of?

ankostis commented 7 years ago

Is there something broken I am not aware of?

But that release is from v0.11.1 from Oct 2015,. So the deprecation has not been officially publish, correct\?