Skip to content
Snippets Groups Projects
Verified Commit 2569f136 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #241: autoremove media files on model instance deletion

parent d2c99b9f
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ THIRD_PARTY_APPS = (
'dynamic_preferences',
'django_filters',
'cacheops',
'django_cleanup',
)
......
......@@ -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
Autoremove media files on model instance deletion (#241)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment