Skip to content

Commit

Permalink
update comments now media code has moved to piccolo_api
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 6, 2022
1 parent ecfcac6 commit d16cf60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion piccolo_api/media/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
ALLOWED_COLUMN_TYPES = (Varchar, Text)


# TODO - might move this to Piccolo API.
class MediaStorage(metaclass=abc.ABCMeta):
"""
If you want to implement your own custom storage backend, create a subclass
Expand Down
2 changes: 1 addition & 1 deletion piccolo_api/media/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
except ImportError: # pragma: no cover
sys.exit(
"Please install boto3 to use this feature "
"`pip install 'piccolo_admin[s3]'`"
"`pip install 'piccolo_api[s3]'`"
)
else:
self.boto3 = boto3
Expand Down

0 comments on commit d16cf60

Please sign in to comment.