-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of initializing the extension on a Blueprint #25
base: main
Are you sure you want to change the base?
Conversation
Adds support for initializing the extension on a `Blueprint`.
remove sansio from import path
I tested out this change on a blueprint, and one thing to consider is that the template folder of a blueprint may not be tied to the current app template folder. In version.py this code should be changed to accommodate the blueprint as well.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes seems good to me.
Could you also add a dedicated paragraph in the documentation adding the new feature (index.rst
-> Configuration
) and in the README ?
Closes #24
Adds support for initializing the extension on a
Blueprint
.Work in progress, wanted to get your input on a few things.