From e53326c1e8303a9888c2ef5a096e9dd2a8c84486 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Wed, 3 Sep 2025 10:40:36 -0400 Subject: [PATCH] Indicate that STORAGES configuration may have more keys --- docs/src/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/installation.md b/docs/src/installation.md index c68c16a9..59abd071 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -36,6 +36,7 @@ INSTALLED_APPS = ( ) STORAGES = { + ..., 'dbbackup': { 'BACKEND': 'django.core.files.storage.FileSystemStorage', 'OPTIONS': {