acoomans / flask-autodoc

Flask autodoc automatically creates an online documentation for your flask application.
MIT License
98 stars 49 forks source link

update import, compatible to flask 1.0 #44

Open maxfunke opened 5 years ago

maxfunke commented 5 years ago

import flask.ext.* is no longer supported in flask 1.0 see: https://github.com/acoomans/flask-autodoc/pull/25#pullrequestreview-189380765 see also: https://stackoverflow.com/a/50589932/1387828