-
Notifications
You must be signed in to change notification settings - Fork 43
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 plugin to Flask Extensions page #11
Comments
Do you know how one goes about doing this? =P |
You have to pull request your extension is Flask Extensions Registry. Flask has some docs about how to approve the extension. http://flask.pocoo.org/docs/extensiondev/#approved-extensions |
I copied the guidelines to approved extensions in the issue to make it happen. You can add it to the registry even without it, but it will not have the |
Looks like it is down to the docs theme, and a little bit more testing... |
So, you just have to publish the docs. All other requirements are ok. |
At some point in recent history I translated the existing docs from Markdown to Sphinx. They are still kinda gross, but there they are. What do you think? |
an approved extension has to support multiple applications running in the same Python process.
it must be possible to use the factory pattern for creating applications.
The text was updated successfully, but these errors were encountered: