python - Django "static" files - Javascript -
Minor terminology question: I see that the degena shows images, CSS, and javascript scripts as "static" files (). However, a javascript script is not static, it is dynamic; It is implemented in the client when the web page is loaded. I think the "static" dictionary used by Django is in the perspective of the server, where JavaScript scripts and images are equally stable and are provided as a customer?
Comments
Post a Comment