Skip to content

Commit d16cf60

Browse files
committed
update comments now media code has moved to piccolo_api
1 parent ecfcac6 commit d16cf60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

piccolo_api/media/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
ALLOWED_COLUMN_TYPES = (Varchar, Text)
7474

7575

76-
# TODO - might move this to Piccolo API.
7776
class MediaStorage(metaclass=abc.ABCMeta):
7877
"""
7978
If you want to implement your own custom storage backend, create a subclass

piccolo_api/media/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
except ImportError: # pragma: no cover
8080
sys.exit(
8181
"Please install boto3 to use this feature "
82-
"`pip install 'piccolo_admin[s3]'`"
82+
"`pip install 'piccolo_api[s3]'`"
8383
)
8484
else:
8585
self.boto3 = boto3

0 commit comments

Comments
 (0)