Moved static files
This commit is contained in:
parent
9c6ecc20a7
commit
9378647a24
@ -121,8 +121,10 @@ USE_TZ = True
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'static')
|
||||
os.path.join(BASE_DIR, 'staticfiles')
|
||||
]
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user