Closed ismaild closed 11 years ago
Hi, I notice the current import is from flask_environments, the new recommendation for flask is to import from flask.ext.
It really doesn't make a difference. flask.ext is partly to handle the old extension import problem. There is nothing wrong with importing via flask_environments.
flask.ext
flask_environments
Hi, I notice the current import is from flask_environments, the new recommendation for flask is to import from flask.ext.