Skip to content
#

sqlalchemy

Here are 2,288 public repositories matching this topic...

davidism
davidism commented Feb 2, 2021

SQLAlchemy 1.4 made some changes that are currently incompatible with this extension. Identify failing tests and make changes to fix those. We should also pin to SQLAlchemy<2, since that will be a bigger change and will be more appropriate in Flask-SQLAlchemy 3.0.

Here's some that I'm aware of so far:

Buuntu
Buuntu commented Jun 3, 2020

There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.

The fullstack Vue project has an example of a containerized SMTP server.

Improve this page

Add a description, image, and links to the sqlalchemy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sqlalchemy topic, visit your repo's landing page and select "manage topics."

Learn more