First time on the site, so hi to all and thanks in advance. Longtime lurker and newb.
I\'m working on a web app in flask, using Flask-SqlAlchemy and SqlAlchemy-Searchabl
On Collin Allen's answer: actually, the flask-sqlalchemy ''db'' exposes the configure_mappers function.
Replace:
from sqlalchemy.orm.mapper import configure_mappers ... configure_mappers()
with:
... db.configure_mappers()