Fix #241: autoremove media files on model instance deletion

This commit is contained in:
Eliot Berriot 2018-05-28 22:17:36 +02:00
parent d2c99b9f5d
commit 2569f136b7
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 3 additions and 0 deletions

View file

@ -97,6 +97,7 @@ THIRD_PARTY_APPS = (
'dynamic_preferences',
'django_filters',
'cacheops',
'django_cleanup',
)