Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
2569f136
Verified
Commit
2569f136
authored
May 28, 2018
by
Eliot Berriot
Browse files
Fix #241: autoremove media files on model instance deletion
parent
d2c99b9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
api/config/settings/common.py
View file @
2569f136
...
...
@@ -97,6 +97,7 @@ THIRD_PARTY_APPS = (
'dynamic_preferences'
,
'django_filters'
,
'cacheops'
,
'django_cleanup'
,
)
...
...
api/requirements/base.txt
View file @
2569f136
...
...
@@ -65,3 +65,4 @@ cryptography>=2,<3
# requests-http-signature==0.0.3
# clone until the branch is merged and released upstream
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
django-cleanup==2.1.0
changes/changelog.d/241.enhancement
0 → 100644
View file @
2569f136
Autoremove media files on model instance deletion (#241)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment