Hi,
I'm trying to use the WebGrid for Flask/SQLAlchemy, and when trying to use it I get the following error:
ModuleNotFoundError: No module named 'blazeweb'
from the following statement:
from webgrid.blazeweb import Grid
Can someone please help me and point what I'm doing wrong?
Thank you