This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-06 19:51:24 +05:00
parent d02e2641ac
commit a91ab65522

View File

@@ -136,11 +136,11 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.2/howto/static-files/ # https://docs.djangoproject.com/en/5.2/howto/static-files/
STATIC_URL = 'static/' STATIC_URL = 'resources/static/'
STATIC_ROOT = BASE_DIR / 'resources/static' STATIC_ROOT = BASE_DIR / 'resources/static'
MEDIA_URL = 'media/' MEDIA_URL = 'resources/media/'
MEDIA_ROOT = BASE_DIR / 'resources/media' MEDIA_ROOT = BASE_DIR / 'resources/media'
# Default primary key field type # Default primary key field type