Fixes #1622 - split the api into 4 apps: core, history, schedule, storage - exploded the settings into testing/prod
4 lines
161 B
Python
4 lines
161 B
Python
from .cloud_file import CloudFileSerializer
|
|
from .file import FileSerializer
|
|
from .storage import MusicDirSerializer
|
|
from .track_type import TrackTypeSerializer
|