We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcfbc6 commit 7cec9b8Copy full SHA for 7cec9b8
settings.py
@@ -84,5 +84,6 @@
84
if AWS_STORAGE_BUCKET_NAME:
85
if "storages" not in INSTALLED_APPS:
86
INSTALLED_APPS.append("storages")
87
+ print("Added storages to installed apps.")
88
DEFAULT_FILE_STORAGE = "storages.backends.s3.S3Storage"
89
STATICFILES_STORAGE = "storages.backends.s3.S3Storage"
0 commit comments