Add django-cleanup to remove unused images

This commit is contained in:
Guillaume Bertholon 2020-12-30 00:57:52 +01:00
parent 88a6f06f0d
commit 13766f77a9
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ INSTALLED_APPS = [
"comments",
"inventory",
"suggestions",
"django_cleanup", # Keep last
]
MIDDLEWARE = [

View file

@ -1,5 +1,6 @@
Django
django-autoslug
django-cleanup
django-markdownx
markdown-iconfonts
Pillow