Skip to content
Snippets Groups Projects
Verified Commit b5c7f0c6 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: remove THUMBNAIL_SIZES setting

parent d9fe318b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment