Changes between Initial Version and Version 1 of Ticket #36562, comment 1
- Timestamp:
- Aug 19, 2025, 12:32:25 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36562, comment 1
initial v1 23 23 + ) 24 24 + def test_base_url_in_storages_options_without_static_url(self): 25 + """26 + Providing base_url in STORAGES['staticfiles']['OPTIONS'] should be27 + sufficient to configure StaticFilesStorage without STATIC_URL.28 + Currently it still raises ImproperlyConfigured.29 + """30 25 + from django.core.files.storage import storages 31 26 + storage = storages["staticfiles"]