mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Add comments about the imports
This commit is contained in:
parent
25f5c1cf5b
commit
a927c0f6de
@ -1,13 +1,21 @@
|
|||||||
|
# These are referenced from the migration files
|
||||||
|
# TODO: update migration files to remove
|
||||||
|
# CommaSepChoiceField and JSONEncoder
|
||||||
|
|
||||||
from common.json import JSONEncoder
|
from common.json import JSONEncoder
|
||||||
|
|
||||||
from ..fields import CommaSepChoiceField
|
from ..fields import CommaSepChoiceField
|
||||||
|
|
||||||
|
# Used by migration files and staying here
|
||||||
|
|
||||||
from .misc import (
|
from .misc import (
|
||||||
get_media_file_path,
|
get_media_file_path,
|
||||||
get_media_thumb_path,
|
get_media_thumb_path,
|
||||||
media_file_storage,
|
media_file_storage,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# The actual model classes
|
||||||
|
|
||||||
from .media import Media
|
from .media import Media
|
||||||
from .source import Source
|
from .source import Source
|
||||||
from .metadata import Metadata
|
from .metadata import Metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user