Skip to content

Commit 2af787c

Browse files
committed
staticfiles storage var update
1 parent 86a893e commit 2af787c

File tree

1 file changed

+1
-1
lines changed
  • museum_of_dreams_project/settings

1 file changed

+1
-1
lines changed

museum_of_dreams_project/settings/aws.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
32-
STATICFILES_STORAGE = "storages.backends.s3.S3Storage"
32+
STATICFILES_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
3333

3434
AWS_ACCESS_KEY_ID = os.environ["AWS_ACCESS_KEY_ID"]
3535
AWS_SECRET_ACCESS_KEY = os.environ["AWS_SECRET_ACCESS_KEY"]

0 commit comments

Comments
 (0)