Skip to content

Commit 954f3cd

Browse files
committed
is default file storage interfering?
1 parent 2af787c commit 954f3cd

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
@@ -28,7 +28,7 @@
2828
AWS_QUERYSTRING_AUTH = False # needed by grappelli to work with s3
2929

3030

31-
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
31+
# DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
3232
STATICFILES_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
3333

3434
AWS_ACCESS_KEY_ID = os.environ["AWS_ACCESS_KEY_ID"]

0 commit comments

Comments
 (0)