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

app: register error handling in finalize + config for api_apps #409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fenekku
Copy link
Contributor

@fenekku fenekku commented Feb 17, 2025

  • Move error handling to finalize_app
  • Create a different ext instance in order to load config in an API app

@fenekku fenekku force-pushed the get_theme_frontpage branch 3 times, most recently from f954547 to 7bc0a6e Compare February 25, 2025 21:36
@fenekku fenekku changed the title get theme frontpage app: register error handling in finalize + config for api_apps Feb 25, 2025
:param app: An instance of :class:`~flask.Flask`.
"""
if app:
self.init_config(app)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't register it back on the app, since it doesn't really provide anything for later use. It's just to load configs.

@fenekku fenekku force-pushed the get_theme_frontpage branch from 7bc0a6e to e721161 Compare February 25, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant