全文検索に WhooshAlchemy を使用したいのですが、使用するとエラーが発生します:
My config.py:
import os
from app import basedir
CSRF_ENABLED = True
SECRET_KEY = '推測しにくい文字列'
SQLALCHEMY_TRACK_MODIFICATIONS = False
basedir = os 。 path.abspath(os.path.dirname(__file__))
WHOOSH_BASE = os.path.join(basedir, 'search.db')
__init__.py:
def create_app():
リーリーmodels.py:
クラスポスト(db.Model):
enable_search の場合:
リーリー
whoosh_index 関数には app が必要であることはすでに明らかですが、create_app 関数に切り替えて確認してください。