Compare commits

...

2 Commits

Author SHA1 Message Date
8dc855548e Merge pull request 'Fix botched fix' (#28) from misc_fixes_2 into master
Reviewed-on: #28
2025-04-20 21:30:58 +02:00
f251b97b4d
Fix botched fix
Fix the botched fix for thumbnails

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-04-21 00:59:45 +05:30
6 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ USE_TZ = True
STATIC_URL = "static/"
MEDIA_URL = '/media/'
MEDIA_ROOT = BASE_DIR / 'media'
# Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB