datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Make headshot backend configurable #292

Closed hancush closed 1 month ago

hancush commented 1 month ago

Description

This PR allows the headshot file storage backend to be configured by downstream instances via the COUNCILMATIC_HEADSHOT_STORAGE_BACKEND setting. It defaults to static storage, its original value.

Testing

See https://github.com/Metro-Records/la-metro-councilmatic/pull/1134