ModuleNotFoundError: No module named 'myapp' alembic code example
Example: ModuleNotFoundError: No module named 'myapp' alembic
import os, sys
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), '..')))
import os, sys
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), '..')))