From 7cec9b8133bc7cfe4253d326446dbf5278217064 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 3 Dec 2024 10:14:37 +0000 Subject: [PATCH] fix: print --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index aa78ba0..487fa10 100644 --- a/settings.py +++ b/settings.py @@ -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"