diff --git a/steering/settings.py b/steering/settings.py index c21127260c89e72708e97cce99ce1884b7c062b7..8ae8ca0c241c7669644484c150fad55e15a520c0 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