feat: enable media file handling and allow manual assignment of letter public_id

This commit is contained in:
Your Name
2026-04-12 03:07:09 +05:30
parent 88686cdb0f
commit c288dba6e8
4 changed files with 9 additions and 2 deletions
+2
View File
@@ -168,3 +168,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/6.0/howto/static-files/
STATIC_URL = "static/"
MEDIA_URL = "/media/"
MEDIA_ROOT = BASE_DIR / "media"