I’m trying to learn and build small app with PonyOrm and Flask. For that I’ve copied example app from Pony’s GitHub. But I still get the same error:
pony.orm.core.ERDiagramError: Mapping is not generated for entity 'User'
I’ve been looking for answers on Google and in Pony documentation, to no avail.