You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Hi! Trying to use this and can't figure out if there's a way to use it on a project with local imports in models file?
I have a project like:
ProjectDir
---app.py
---models.py
---configuration.py
and and import configuration.py in models.py, and when trying to use peewee-erd on such file it can't import configuration.py and fails