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

Update documentation for python3 import

petar-andrejic opened this issue · comments

commented

Documentation suggests importing via

from flask.ext.bcrypt import Bcrypt

However attempting to do so in python3 shows that this is deprecated. Correct python3 import is

from flask_bcrypt import Bcrypt

Closed by #50.