Skip to content

Commit

Permalink
Update apache_libcloud.rst
Browse files Browse the repository at this point in the history
Fix settings for Django 4.2
  • Loading branch information
philgyford committed Apr 5, 2023
1 parent 90e2e78 commit 1eccb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/apache_libcloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ set::
DEFAULT_FILE_STORAGE = 'storages.backends.apache_libcloud.LibCloudStorage'

# django >= 4.2
STORAGES = {"default": "storages.backends.apache_libcloud.LibCloudStorage"}
STORAGES = {"default": {"BACKEND": "storages.backends.apache_libcloud.LibCloudStorage"}}

Your default Libcloud provider will be used as the file store.

Expand Down

0 comments on commit 1eccb73

Please sign in to comment.