Skip to content

Commit 5e0a30d

Browse files
committed
fixing error
1 parent e801fa8 commit 5e0a30d

File tree

1 file changed

+2
-2
lines changed
  • museum_of_dreams_project/settings

1 file changed

+2
-2
lines changed

museum_of_dreams_project/settings/aws.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ class MediaStorage(S3Boto3Storage):
4848
AWS_S3_CUSTOM_DOMAIN = (
4949
f"{AWS_STORAGE_BUCKET_NAME}.s3.{AWS_S3_REGION_NAME}.amazonaws.com"
5050
)
51-
STATIC_URL = "https://%s/static" % AWS_S3_CUSTOM_DOMAIN
52-
MEDIA_URL = "https://%s/media" % AWS_S3_CUSTOM_DOMAIN
51+
STATIC_URL = "https://%s/static/" % AWS_S3_CUSTOM_DOMAIN
52+
MEDIA_URL = "https://%s/media/" % AWS_S3_CUSTOM_DOMAIN

0 commit comments

Comments
 (0)