-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I am getting this error in tutorial 2 and I am unable to create the database to store the user sign-up info
from flask_sqlalchemy import SQLAlchemy
from .extension import SQLAlchemy
from .model import _QueryProperty
class DefaultMeta(BindMetaMixin, NameMetaMixin, sa.orm.DeclarativeMeta):
AttributeError: module 'sqlalchemy.orm' has no attribute 'DeclarativeMeta'
Metadata
Metadata
Assignees
Labels
No labels