Add a script to remove unused media
This commit is contained in:
@@ -64,6 +64,7 @@ INSTALLED_APPS = [
|
||||
"honeypot",
|
||||
"template_profiler_panel",
|
||||
'django_cleanup.apps.CleanupConfig',
|
||||
'django_unused_media',
|
||||
]
|
||||
|
||||
HONEYPOT_FIELD_NAME = "alias_name"
|
||||
|
@@ -48,3 +48,4 @@ django-autoslug==1.9.9
|
||||
django-debug-toolbar-template-profiler==2.1.0
|
||||
requests==2.32.3
|
||||
django-cleanup==9.0.0
|
||||
django-unused-media==0.2.2
|
Reference in New Issue
Block a user