У меня проблема с Python.
/ app / config / settings.py
db = SQLAlchemy(app)
/ app / src / models.py
from config.settings import db
/ app / src / forms.py
from src.models import (Member) # raise ImportError: cannot import name 'db'
# Work with models
from src.models import (
Ecole,
Agence,
Secretaire,
Eleve,
Moniteur,
Seance,
Voiture,
Facture,
Alerte,
Maintenance,
Picture,
Payment,
Unavailable
)
В config и sr c у нас есть файл init .py
Помогает и спасибо.