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

Fix quickstarts. #760

Merged
merged 1 commit into from
Feb 27, 2023
Merged

Fix quickstarts. #760

merged 1 commit into from
Feb 27, 2023

Conversation

jwag956
Copy link
Collaborator

@jwag956 jwag956 commented Feb 27, 2023

When changing from @app.before_first_request which Flask deprecated, the entire DB initial setup was placed in the main block - thus using flask run to start the examples didn't work.

closes #759

When changing from @app.before_first_request which Flask deprecated, the entire DB initial setup was placed in the __main__ block - thus using flask run to start the examples didn't work.

closes #759
@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Base: 98.07% // Head: 98.07% // No change to project coverage 👍

Coverage data is based on head (06b759c) compared to base (84716d2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #760   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files          34       34           
  Lines        4474     4474           
=======================================
  Hits         4388     4388           
  Misses         86       86           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jwag956 jwag956 merged commit c69f4b4 into master Feb 27, 2023
@jwag956 jwag956 deleted the quick branch February 27, 2023 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant