On supprime les images qui ne sont plus utilisées
This commit is contained in:
parent
eb6f1d0dd9
commit
a89cc6e856
@ -63,6 +63,7 @@ INSTALLED_APPS = [
|
|||||||
"cache_cleaner",
|
"cache_cleaner",
|
||||||
"honeypot",
|
"honeypot",
|
||||||
"template_profiler_panel",
|
"template_profiler_panel",
|
||||||
|
'django_cleanup.apps.CleanupConfig',
|
||||||
]
|
]
|
||||||
|
|
||||||
HONEYPOT_FIELD_NAME = "alias_name"
|
HONEYPOT_FIELD_NAME = "alias_name"
|
||||||
|
@ -47,3 +47,4 @@ django-honeypot==1.2.1
|
|||||||
django-autoslug==1.9.9
|
django-autoslug==1.9.9
|
||||||
django-debug-toolbar-template-profiler==2.1.0
|
django-debug-toolbar-template-profiler==2.1.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
|
django-cleanup==9.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user