We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7e0ef commit 715a0f5Copy full SHA for 715a0f5
1 file changed
landolfio/website/settings/production.py
@@ -53,6 +53,9 @@
53
DJANGO_DRF_FILEPOND_UPLOAD_TMP = os.path.join(MEDIA_ROOT, "filepond-temp-uploads")
54
DJANGO_DRF_FILEPOND_ALLOW_EXTERNAL_UPLOAD_DIR = True
55
56
+DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
57
+DJANGO_DRF_FILEPOND_STORAGES_BACKEND = "storages.backends.s3boto3.S3Boto3Storage"
58
+
59
# We do this in our reverse proxy, no need to do it here
60
SECURE_SSL_REDIRECT = False
61
0 commit comments