#27590: Allow configuration of where to save staticfiles manifest.
-------------------------------------+-------------------------------------
     Reporter:  David Sanders        |                    Owner:  Jarosław
         Type:                       |  Wygoda
  Cleanup/optimization               |                   Status:  assigned
    Component:  contrib.staticfiles  |                  Version:  1.10
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  1
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Carlton Gibson):

 The breaking change is important. We can't just bring that in.

 Adding a setting **might** be OK — folks could set it to STATIC_ROOT to
 get the old value — BUT #26029 is about restructuring all this anyway: to
 add a setting only to need to deprecate it is too much churn. (Even
 assuming we'd take the hit on breaking people's deployments as they failed
 to make the changes in time.)

 Adding the manifest_storage kwarg (taking a storage) is small and simple.
 That's why I think we should advance with it. Later, when #26029 comes
 along, we can review the exact API we want there — we can either configure
 `manifest_storage` directly in the settings, or allow a path there that
 will used internally — but that's a separate conversation (one we can
 defer).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/27590#comment:14>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.91a61230dd2dac09925f7472f18e8244%40djangoproject.com.

Reply via email to