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", "comments",
"inventory", "inventory",
"suggestions", "suggestions",
"django_cleanup", # Keep last
] ]
MIDDLEWARE = [ MIDDLEWARE = [

View file

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