Moved static files
This commit is contained in:
parent
9c6ecc20a7
commit
9378647a24
challenges
staticfiles
css
3-col-portfolio.cssapp.cssbootstrap-grid.cssbootstrap-grid.css.mapbootstrap-grid.min.cssbootstrap-grid.min.css.mapbootstrap-reboot.cssbootstrap-reboot.css.mapbootstrap-reboot.min.cssbootstrap-reboot.min.css.mapbootstrap.cssbootstrap.css.mapbootstrap.min.cssbootstrap.min.css.mapindex.cssmaterialize.min.css
favicon.icofonts/roboto
Roboto-Bold.woffRoboto-Bold.woff2Roboto-Light.woffRoboto-Light.woff2Roboto-Medium.woffRoboto-Medium.woff2Roboto-Regular.woffRoboto-Regular.woff2Roboto-Thin.woffRoboto-Thin.woff2
js
@ -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: 96px | Height: 96px | Size: 1.7 KiB After Width: 96px | Height: 96px | Size: 1.7 KiB |
Reference in New Issue
Block a user