Hello,
i just installed janitor on Centos 7 with Python 3.6.
the command "flask db init" would fail.
It complaint about ma.ModelSchema in app/models.py
Doing a little research it appears that this command will be deprecated.
https://flask-marshmallow.readthedocs.io/en/latest/changelog.html
They suggest to change this to ma.SQLAlchemyAutoSchema.
i modified my app/models.py and it worked.
Thank you,
Daniel
Hello,
i just installed janitor on Centos 7 with Python 3.6.
the command "flask db init" would fail.
It complaint about ma.ModelSchema in app/models.py
Doing a little research it appears that this command will be deprecated.
https://flask-marshmallow.readthedocs.io/en/latest/changelog.html
They suggest to change this to ma.SQLAlchemyAutoSchema.
i modified my app/models.py and it worked.
Thank you,
Daniel