general03 / flask-autoindex

Generates index page like mod_autoindex
https://flask-autoindex.readthedocs.io
MIT License
112 stars 35 forks source link

There is no init_app method in Flask-AutoIndex #34

Closed stamaimer closed 4 years ago

stamaimer commented 7 years ago

I use create_app to create app. So I need create AutoIndex instance before app. But I can't find the init_app() method in Flask-AutoIndex like other extensions.