Changes between Initial Version and Version 1 of Ticket #36562, comment 1


Ignore:
Timestamp:
Aug 19, 2025, 12:32:25 PM (3 months ago)
Author:
Natalia Bidart

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36562, comment 1

    initial v1  
    2323+    )
    2424+    def test_base_url_in_storages_options_without_static_url(self):
    25 +        """
    26 +        Providing base_url in STORAGES['staticfiles']['OPTIONS'] should be
    27 +        sufficient to configure StaticFilesStorage without STATIC_URL.
    28 +        Currently it still raises ImproperlyConfigured.
    29 +        """
    3025+        from django.core.files.storage import storages
    3126+        storage = storages["staticfiles"]
Back to Top