Настройки очистки Django

INSTALLED_APPS = (
    ...,
    'django_cleanup.apps.CleanupConfig',
)
Energetic Eagle