All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m33s
entry_associations only uses HTTP fetch_data/call_action, no direct DB. Events app imported it via ..post.services which doesn't exist in events. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
213 B
Python
7 lines
213 B
Python
# Re-export from shared — canonical implementation lives there.
|
|
from shared.services.entry_associations import ( # noqa: F401
|
|
toggle_entry_association,
|
|
get_post_entry_ids,
|
|
get_associated_entries,
|
|
)
|