Changes between Version 1 and Version 2 of Ticket #27590, comment 9


Ignore:
Timestamp:
Nov 17, 2020, 3:59:29 AM (4 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27590, comment 9

    v1 v2  
    1313The issue here is that `ManifestStaticFilesStorage` has no way of specifying where to store the manifest.
    1414
    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) which suggests adding an optional `manifest_storage` kwarg to `ManifestFilesMixin` — here you'd pass a configured storage to override where to store the manifest file:
     15There'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:
    1616
    1717{{{
Back to Top