All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
- Replace all imports from cart.models, market.models, events.models with shared.models equivalents - Convert blog/models/ghost_content.py to re-export stub - Update shared + glue submodule pointers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 lines
112 B
Python
4 lines
112 B
Python
from shared.models.ghost_content import ( # noqa: F401
|
|
Tag, Post, Author, PostAuthor, PostTag, PostLike,
|
|
)
|