Merge pull request 'Fix botched fix' (#28) from misc_fixes_2 into master

Reviewed-on: #28
This commit is contained in:
Pratyush Desai 2025-04-20 21:30:58 +02:00
commit 8dc855548e
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