media and static file added

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-06 19:49:02 +05:00
parent 0ef5c57d71
commit 9f240e96f0
2 changed files with 11 additions and 0 deletions

View File

@@ -137,6 +137,11 @@ USE_TZ = True
# https://docs.djangoproject.com/en/5.2/howto/static-files/
STATIC_URL = 'static/'
STATIC_URL = BASE_DIR / 'resources/static'
MEDIA_URL = 'media/'
MEDIA_URL = BASE_DIR / 'resources/media'
# Default primary key field type
# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field