Hello, I have the following problem when i run docker compose run --rm django ./manage.py migrate.
django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive.
I already commented the DEFAULT_FILE_STORAGE varaible in ../django/conf/global_settings.py but still having the same issue.