Fixes #1622 - split the api into 4 apps: core, history, schedule, storage - exploded the settings into testing/prod
4 lines
149 B
Python
4 lines
149 B
Python
from .cloud_file import CloudFileViewSet
|
|
from .file import FileViewSet
|
|
from .storage import MusicDirViewSet
|
|
from .track_type import TrackTypeViewSet
|