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

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -