Skip to content

Commit 7cec9b8

Browse files
committed
fix: print
1 parent 4fcfbc6 commit 7cec9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@
8484
if AWS_STORAGE_BUCKET_NAME:
8585
if "storages" not in INSTALLED_APPS:
8686
INSTALLED_APPS.append("storages")
87+
print("Added storages to installed apps.")
8788
DEFAULT_FILE_STORAGE = "storages.backends.s3.S3Storage"
8889
STATICFILES_STORAGE = "storages.backends.s3.S3Storage"

0 commit comments

Comments
 (0)