Traceback (most recent call last):
File "run.py", line 2, in <module>
from app import app
File "/home/dev/flask-microblog/app/__init__.py", line 72, in <module>
from app import views, models
File "/home/dev/flask-microblog/app/views.py", line 9, in <module>
from .forms import LoginForm, EditForm, PostForm, SearchForm
File "/home/dev/flask-microblog/app/forms.py", line 5, in <module>
from .models import User
File "/home/dev/flask-microblog/app/models.py", line 113, in <module>
whooshalchemy.whoosh_index(app, Post)
NameError: name 'whooshalchemy' is not defined