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",
|
"comments",
|
||||||
"inventory",
|
"inventory",
|
||||||
"suggestions",
|
"suggestions",
|
||||||
|
"django_cleanup", # Keep last
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Django
|
Django
|
||||||
django-autoslug
|
django-autoslug
|
||||||
|
django-cleanup
|
||||||
django-markdownx
|
django-markdownx
|
||||||
markdown-iconfonts
|
markdown-iconfonts
|
||||||
Pillow
|
Pillow
|
||||||
|
|
Loading…
Reference in a new issue