config: static va media filelar yoli togirlandi

This commit is contained in:
behruz
2025-12-09 22:42:51 +05:00
parent 086a5f3f3d
commit 24fb16b6e7

View File

@@ -114,10 +114,10 @@ USE_TZ = True
# Media and Static files
STATIC_URL = 'static/'
STATIC_URL = 'resources/static/'
STATIC_ROOT = BASE_DIR / 'resources/static'
MEDIA_URL = 'media/'
MEDIA_URL = 'resources/media/'
MEDIA_ROOT = BASE_DIR / 'resources/media'