Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Add instructions about config SQLALCHEMY_TRACK_MODIFICATIONS in README #14

Open
mrchi opened this issue Jul 30, 2018 · 1 comment
Open

Comments

@mrchi
Copy link

mrchi commented Jul 30, 2018

If set SQLALCHEMY_TRACK_MODIFICATIONS to False, the models_committed signal is disabled. The whoosh index won't update when model changes.

I advise on adding instructions in README. If users want update whoosh index automatically, they should check SQLALCHEMY_TRACK_MODIFICATIONS=True configuration.

@ibrahimokdadov
Copy link

ibrahimokdadov commented Oct 24, 2020

If set SQLALCHEMY_TRACK_MODIFICATIONS to False, the models_committed signal is disabled. The whoosh index won't update when model changes.

I advise on adding instructions in README. If users want update whoosh index automatically, they should check SQLALCHEMY_TRACK_MODIFICATIONS=True configuration.

Thank you for this. Had to realize it the hard way. This should be in the README +1 ... I don't think the repo is maintained though

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants