config: ortiga qaytarildig

This commit is contained in:
behruz
2025-12-09 22:49:40 +05:00
parent 24fb16b6e7
commit 90e46405d7

View File

@@ -114,11 +114,11 @@ USE_TZ = True
# Media and Static files
STATIC_URL = 'resources/static/'
STATIC_ROOT = BASE_DIR / 'resources/static'
STATIC_URL = "static/"
STATIC_ROOT = BASE_DIR / "resources/static"
MEDIA_URL = 'resources/media/'
MEDIA_ROOT = BASE_DIR / 'resources/media'
MEDIA_URL = "media/"
MEDIA_ROOT = BASE_DIR / "resources/media"
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'