[Answer]-Using jquery slider in django -confusion about jquery-ui images location

1👍

It would make sense to put the files in a subfolder to keep them together.

Also, Django recommends using MEDIA_URL for uploaded content and STATIC_URL for static site assets.

"{{STATIC_URL}}js/jquery-ui-1.9.2/jquery-ui-1.9.2.custom.js"
"{{STATIC_URL}}js/jquery-ui-1.9.2/jquery-ui-1.9.2.custom.css"
"{{STATIC_URL}}js/jquery-ui-1.9.2/images/"

Leave a comment