config: static va media filelar yoli togirlandi
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user