Skip to content

Commit

Permalink
feat(votepeloclima): set thumbnail default storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomario committed Sep 2, 2024
1 parent 289d653 commit ed83c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/org_eleicoes/votepeloclima/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

DEFAULT_FILE_STORAGE = "project.storages.PublicMediaStorage"

THUMBNAIL_DEFAULT_STORAGE = DEFAULT_FILE_STORAGE

if not DEBUG:

PUBLIC_STATIC_LOCATION = "static"
Expand Down

0 comments on commit ed83c88

Please sign in to comment.