Skip to content

Commit c1ae4a9

Browse files
authored
Indicate that STORAGES configuration may have more keys (#640)
1 parent 543a7e0 commit c1ae4a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ INSTALLED_APPS = (
3636
)
3737

3838
STORAGES = {
39+
...,
3940
'dbbackup': {
4041
'BACKEND': 'django.core.files.storage.FileSystemStorage',
4142
'OPTIONS': {

0 commit comments

Comments
 (0)