From b5c7f0c6e8aab92ff0f5c21c5a77e1522fc2d334 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Wed, 15 May 2024 16:04:17 -0400 Subject: [PATCH] feat: remove THUMBNAIL_SIZES setting --- steering/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/steering/settings.py b/steering/settings.py index c2112726..8ae8ca0c 100644 --- a/steering/settings.py +++ b/steering/settings.py @@ -132,10 +132,6 @@ INSTALLED_APPS = ( DEFAULT_AUTO_FIELD = "django.db.models.AutoField" -# Set the desired sizes for your thumbnails (px) -# Will apply to all uploaded images -THUMBNAIL_SIZES = ["640x480", "200x200", "150x150"] - # When generating schedules/timeslots: # If last_date wasn't set manually, add timeslots until these number of days after the start_date AUTO_SET_LAST_DATE_TO_DAYS_IN_FUTURE = 365 -- GitLab