Changes between Version 1 and Version 2 of Ticket #27590, comment 9
- Timestamp:
- Nov 17, 2020, 3:59:29 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27590, comment 9
v1 v2 13 13 The issue here is that `ManifestStaticFilesStorage` has no way of specifying where to store the manifest. 14 14 15 There's a [https://code.djangoproject.com/attachment/ticket/27541/manifest_storage.patch patch file] for #27541 (which I'm going to close as a duplicate of this ticket) whichsuggests adding an optional `manifest_storage` kwarg to `ManifestFilesMixin` — here you'd pass a configured storage to override where to store the manifest file:15 There's a [https://code.djangoproject.com/attachment/ticket/27541/manifest_storage.patch patch file] for #27541 (which I'm going to close as a duplicate of this ticket) that suggests adding an optional `manifest_storage` kwarg to `ManifestFilesMixin` — here you'd pass a configured storage to override where to store the manifest file: 16 16 17 17 {{{