breatheco-de/breatheco-de

Don't delete media on the media gallery

Open

#1,395 opened on May 21, 2021

 (0 comments) (0 reactions) (1 assignee)CSS (2,375 forks)auto 404
:star: P2apibackendenhancementgood first issue

Repository metrics

Stars
 (2,096 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • Instead of deleting the media lets have a status=DELETED that automatically hides the media from the list.
  • Create also a Django command that enqueues the media for real deletion (each media on a separate task), the deletion of this media will be not only on the db table, but also delete the object in the bucket.
  • This command will be configured in heroku to run every 30 days.

Contributor guide