• 
      

    Update from STATICFILES_STORAGES to STORAGES.

    Review Request #13643 — Created March 18, 2024 and submitted

    Information

    Review Board
    release-7.x

    Reviewers

    Django has moved the setting for the backend used to store static files
    from the old STATICFILES_STORAGES key into the STORAGES dictionary.
    This change handles that.

    Ran unit tests and saw the deprecation warning go away.

    Summary ID
    Update from STATICFILES_STORAGES to STORAGES.
    Django has moved the setting for the backend used to store static files from the old `STATICFILES_STORAGES` key into the `STORAGES` dictionary. This change handles that. Testing Done: Ran unit tests and saw the deprecation warning go away.
    9f54c8b907f1ff24ac12e3e7337f8a24a1b277ee
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-7.x (523001f)