Skip to content

Commit

Permalink
fix: print
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 3, 2024
1 parent 4fcfbc6 commit 7cec9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
if AWS_STORAGE_BUCKET_NAME:
if "storages" not in INSTALLED_APPS:
INSTALLED_APPS.append("storages")
print("Added storages to installed apps.")
DEFAULT_FILE_STORAGE = "storages.backends.s3.S3Storage"
STATICFILES_STORAGE = "storages.backends.s3.S3Storage"

0 comments on commit 7cec9b8

Please sign in to comment.