{% extends 'base.html' %} {% block css %} {{ block.super }} {% endblock %} {% block content %}

Unused Media Cleanup

Run django-unused-media from the web UI to preview or remove orphaned files.

View logs
{% csrf_token %}
Skip very recent files to avoid race conditions with active uploads.
Uses django-unused-media wildcard matching.
Cleanup in progress. This can take a while for large media directories.
{% include 'rad/partials/_media_cleanup_result.html' %}
{% endblock %}