acoomans / flask-autodoc

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

Fixed Broken Broken Reference to Application #53

Open beehivewarrior opened 1 year ago

beehivewarrior commented 1 year ago

The flask.ext.module method of importing has been long depreciated. Updated the reference to fix this.

jwg4 commented 1 year ago

This project is no longer actively maintained. See https://github.com/jwg4/flask-selfdoc for a fork of this project that should meet your needs.