microblog2/app
mbghsource 7bc6d0c030 use module name as imported to avoid exception
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
2017-09-19 08:24:19 +05:30
..
static python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
templates Adapted to support changes in Flask-Login 0.3 2015-09-20 15:15:14 -07:00
translations/es/LC_MESSAGES python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
__init__.py updated flask.ext imports 2016-11-25 16:02:58 -08:00
decorators.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
emails.py updated flask.ext imports 2016-11-25 16:02:58 -08:00
forms.py updated flask.ext imports 2016-11-25 16:02:58 -08:00
models.py use module name as imported to avoid exception 2017-09-19 08:24:19 +05:30
momentjs.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
translate.py updated flask.ext imports 2016-11-25 16:02:58 -08:00
views.py updated flask.ext imports 2016-11-25 16:02:58 -08:00