Skip to content
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

Flask Extension #14

Open
v1a0 opened this issue May 23, 2021 · 0 comments
Open

Flask Extension #14

v1a0 opened this issue May 23, 2021 · 0 comments
Labels
discussion Questions about implementation details, help or support feature New feature request help wanted Extra attention is needed

Comments

@v1a0
Copy link
Owner

v1a0 commented May 23, 2021

r/Deezl-Vegas:
You can register flask extensions in one line of code.
The init_app pattern from the sqlite example is common

https://flask.palletsprojects.com/en/2.0.x/extensiondev/

Flask Extension Development

Flask, being a microframework, often requires some repetitive steps to get a third party library working. Many such extensions are already available on PyPI.

If you want to create your own Flask extension for something that does not exist yet, this guide to extension development will help you get your extension running in no time and to feel like users would expect your extension to behave.

@v1a0 v1a0 added feature New feature request help wanted Extra attention is needed discussion Questions about implementation details, help or support labels May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Questions about implementation details, help or support feature New feature request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant