diff --git a/config/settings.py b/config/settings.py index 16c3feb..fab529a 100644 --- a/config/settings.py +++ b/config/settings.py @@ -45,8 +45,8 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', 'django.contrib.sitemaps', 'imagekit', - 'django_cleanup', 'gallery' + 'django_cleanup', ] MIDDLEWARE = [ diff --git a/requirements.txt b/requirements.txt index a370a7c..cbe94a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -Django==5.1.7 -django_cleanup==9.0.0 +Django==5.2.4 django_imagekit==5.0.0 -django-redis==5.4.0 -Pillow==11.1.0 +django_redis==6.0.0 +django_cleanup==9.0.0 +Pillow==11.3.0 pytz==2025.2 -Requests==2.32.3 -Unidecode==1.3.8 +Requests==2.32.4 +Unidecode==1.4.0