Could not find config for 'default' in settings.STORAGES.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/django/core/files/storage/handler.py", line 35, in __getitem__
return self._storages[alias]
KeyError: 'default'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/django/core/files/storage/handler.py", line 38, in __getitem__
params = self.backends[alias]
KeyError: 'default'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/watchman/decorators.py", line 29, in wrapped
response = func(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/watchman/checks.py", line 69, in _check_storage
path = default_storage.save(filename, ContentFile(content))
File "/usr/local/lib/python3.10/site-packages/django/utils/functional.py", line 266, in inner
self._setup()
File "/usr/local/lib/python3.10/site-packages/django/core/files/storage/__init__.py", line 38, in _setup
self._wrapped = storages[DEFAULT_STORAGE_ALIAS]
File "/usr/local/lib/python3.10/site-packages/django/core/files/storage/handler.py", line 40, in __getitem__
raise InvalidStorageError(
django.core.files.storage.handler.InvalidStorageError: Could not find config for 'default' in settings.STORAGES.