-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛(back) fully define STORAGES settings
In order to use django 4.2 we have to fully define the settings STORAGES. We can't simply override the default or the static key. By fully defining it, the deprecated settings DEFAULT_FILE_STORAGE and STATICFILES_STORAGE are defined by django once setup by using the one defined in STORAGES. And the django filer correctly use them.
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters