adding date and comfiguring media and image presenting

This commit is contained in:
2025-08-08 15:27:26 +03:30
parent 589c955c48
commit f3ea216219
11 changed files with 92 additions and 10 deletions

View File

@@ -143,6 +143,8 @@ USE_I18N = True
USE_TZ = True
MEDIA_URL = "/media/"
MEDIA_ROOT = BASE_DIR / "media"
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.2/howto/static-files/