maxcountryman / flask-bcrypt

Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Home Page:http://readthedocs.org/docs/flask-bcrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialization

DarkSector opened this issue · 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