nephila / django-app-helper

Helper for Django applications development
https://django-app-helper.readthedocs.io
GNU General Public License v2.0
30 stars 17 forks source link

DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive exception on django 4.2+ #255

Closed yakky closed 9 months ago

yakky commented 10 months ago

Description

Exception django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive is triggered on Django 4.2+ when using pytest-django

Steps to reproduce

Versions

Expected behaviour

Tests are run

Actual behaviour

Exception django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive is raised