All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
New /<slug>/ route shows upcoming confirmed events across all calendars for a container. Features list/tile view toggle, date-grouped cards, ticket +/- cart widgets, and infinite scroll pagination. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
228 B
Python
5 lines
228 B
Python
from .calendars.routes import register as register_calendars
|
|
from .markets.routes import register as register_markets
|
|
from .payments.routes import register as register_payments
|
|
from .page.routes import register as register_page
|