Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated imports #2

Open
Edorka opened this issue Jun 16, 2016 · 2 comments
Open

Deprecated imports #2

Edorka opened this issue Jun 16, 2016 · 2 comments

Comments

@Edorka
Copy link

Edorka commented Jun 16, 2016

Running manage.py runserver on a fresh project returns "Importing flask.ext.marshmallow is deprecated" and similar ones for flask_script and flask_sqlalchemy.

@damienkilgannon
Copy link

flask.ext.marshmallow >> flask_marshmallow, flask.ext.sqlalchemy >> flask_sqlalchemy ............. however flask-script has been discontinued and its replacement is flask-cli, however flask-cli it is not a drop in replacement!

@jorgelaranjo
Copy link

jorgelaranjo commented Nov 7, 2018

flask.ext.marshmallow >> flask_marshmallow, flask.ext.sqlalchemy >> flask_sqlalchemy ............. however flask-script has been discontinued and its replacement is flask-cli, however flask-cli it is not a drop in replacement!
@colekettler
flask_script should work. The two PR are failing tests, which I'd have to look into why but locally works as expected.

update:
grunt ci works fine locally and get 100% coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants