Does any of the link to the static files work?
Can you point your browser to: {{ STATIC_URL }}jqueryui/css/style.css
(exchange STATIC_URL of course)?
Can you point it to {{ STATIC_URL }}jqueryui/css/ui-lightness/jquery-
ui-1.8.8.custom.css
{{ STATIC_URL }}jqueryui/js/jquery-1.4.4.min.js
{{ STATIC_URL }}jqueryui/js/jquery-ui-1.8.8.custom.min.js

If any of the above works, then there must be a typo in the path. If
none of them works then investigate the STATIC_URL variable.

/Torbjörn



On 17 Jan, 04:26, Fletcher Haynes <kuroskni...@gmail.com> wrote:
> Hello,
> I'm having some trouble getting jQuery UI to work. It doesn't seem to be
> finding the CSS static file...here is my base.html and the page that
> inherits from it. It does find my style.css file fine, which is my
> non-jQuery stylesheet.
>
> http://dpaste.com/324572/
>
> I'd appreciate any help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to