From 12ebccd03c12e78fe2b02db9da4e3bf26962da48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Sat, 29 Mar 2025 18:07:25 +0200 Subject: [PATCH] Add django_cleanup --- config/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/settings.py b/config/settings.py index 14eebd4..d503725 100644 --- a/config/settings.py +++ b/config/settings.py @@ -38,6 +38,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'imagekit', + 'django_cleanup', 'gallery' ]