forked from DGNum/gestiojeux
Add django-cleanup to remove unused images
This commit is contained in:
parent
88a6f06f0d
commit
13766f77a9
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ INSTALLED_APPS = [
|
|||
"comments",
|
||||
"inventory",
|
||||
"suggestions",
|
||||
"django_cleanup", # Keep last
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Django
|
||||
django-autoslug
|
||||
django-cleanup
|
||||
django-markdownx
|
||||
markdown-iconfonts
|
||||
Pillow
|
||||
|
|
Loading…
Reference in a new issue