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

Release section on task queues and fix a few issues #87

Merged
merged 28 commits into from
Oct 20, 2022
Merged

Release section on task queues and fix a few issues #87

merged 28 commits into from
Oct 20, 2022

Conversation

jslvtr
Copy link
Contributor

@jslvtr jslvtr commented Oct 20, 2022

New Content

Updated Content

jslvtr and others added 28 commits October 3, 2022 14:25
Use `with app.app_context()` instead to create SQLAlchemy tables when app is first created.
This is because we will use Flask-Migrate to create our tables,
so we no longer need to do this when we start up the app.
Added required arguments ([see docs](/https://flask-jwt-extended.readthedocs.io/en/stable/api/#flask_jwt_extended.JWTManager.needs_fresh_token_loader)) to avoid `TypeError: token_not_fresh_callback() takes 0 positional arguments but 2 were given` error.
@vercel
Copy link

vercel bot commented Oct 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rest-apis-flask-python ✅ Ready (Inspect) Visit Preview Oct 20, 2022 at 7:58AM (UTC)

@jslvtr jslvtr marked this pull request as ready for review October 20, 2022 07:59
@jslvtr jslvtr merged commit bd7d743 into master Oct 20, 2022
@jslvtr jslvtr deleted the develop branch October 20, 2022 07:59
@jslvtr jslvtr restored the develop branch October 20, 2022 10:15
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.

2 participants