On supprime les images qui ne sont plus utilisées

This commit is contained in:
Jean-Marie Favreau 2025-03-01 12:46:17 +01:00
parent eb6f1d0dd9
commit a89cc6e856
2 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -39,11 +39,12 @@ lxml==5.1.0
bbcode==1.1.0 bbcode==1.1.0
json5==0.9.25 json5==0.9.25
django-location-field==2.7.3 django-location-field==2.7.3
django-robots==6.1 django-robots==6.1
django-debug-toolbar==4.4.6 django-debug-toolbar==4.4.6
django-cache-cleaner==0.1.0 django-cache-cleaner==0.1.0
emoji==2.14.0 emoji==2.14.0
django-honeypot==1.2.1 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