maxcountryman/flask-bcrypt

Initialization

DarkSector opened this issue · 3 comments

from flaskext.bcrypt import Bcrypt

rather than

from flask_bcrypt import Bcrypt

I think the new convention is from flask_extname import Extname.

Actually as of 0.8 it should be: from flask.ext import foo. flaskext is deprecated and not supported in 0.8.

Oh, now I need to update all of my code. sigh