I really like how this is setup: https://github.com/cburmeister/flask-bones/blob/master/app/__init__.py super clean and easy to read. Can we get something like that where the extensions are all inside one function, other stuff is inside another function, etc?
I really like how this is setup: https://github.com/cburmeister/flask-bones/blob/master/app/__init__.py super clean and easy to read. Can we get something like that where the extensions are all inside one function, other stuff is inside another function, etc?