: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.