Initialization
DarkSector opened this issue · 3 comments
DarkSector commented
from flaskext.bcrypt import Bcrypt
rather than
from flask_bcrypt import Bcrypt
maxcountryman commented
I think the new convention is from flask_extname import Extname
.
maxcountryman commented
Actually as of 0.8 it should be: from flask.ext import foo
. flaskext
is deprecated and not supported in 0.8.
DarkSector commented
Oh, now I need to update all of my code. sigh