I have the following structure
/templates/base.html templates/index.html --- here i have inherited base.html which has JS and CSS and both working fine when this pagge is accessed
/template/app/some.html ---- i use {%extends "base.html"%} only is getting inherted but not the CSS and JS
can any one tell what i am doing wrong
Thank You