We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a893e commit 2af787cCopy full SHA for 2af787c
museum_of_dreams_project/settings/aws.py
@@ -29,7 +29,7 @@
29
30
31
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
32
-STATICFILES_STORAGE = "storages.backends.s3.S3Storage"
+STATICFILES_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
33
34
AWS_ACCESS_KEY_ID = os.environ["AWS_ACCESS_KEY_ID"]
35
AWS_SECRET_ACCESS_KEY = os.environ["AWS_SECRET_ACCESS_KEY"]
0 commit comments