Why does Django require javascript to be linked in the head instead of the end of the body?
I had to do a few extended templates in django. For simplicity let’s call them base.html, blog_base.html, and blog.html. (blog extends blog_base, blog_base extends base). I have a few javascript files in base.html, which worked fine in blog_base.html, but when blog.html was loaded, no GET request was ever sent to retrieve the files.