Fixes #1622 - split the api into 4 apps: core, history, schedule, storage - exploded the settings into testing/prod
8 lines
273 B
Python
8 lines
273 B
Python
from .listener import ListenerCountViewSet, MountNameViewSet, TimestampViewSet
|
|
from .live import LiveLogViewSet
|
|
from .played import (
|
|
PlayoutHistoryMetadataViewSet,
|
|
PlayoutHistoryTemplateFieldViewSet,
|
|
PlayoutHistoryTemplateViewSet,
|
|
PlayoutHistoryViewSet,
|
|
)
|