Files
orion/app
Samir Boulahtit 0b658640a4 fix: resolve circular import in CMS module
Remove top-level import of cms_module from app/modules/cms/__init__.py
to break circular import chain:
  models.database -> model discovery -> cms.models -> cms.__init__
  -> cms.definition -> app.modules.base -> models.database (partial)

Replace with lazy get_cms_module() getter function.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 23:06:37 +01:00
..