Re: DJango 1.3 - BundleError while rendering

2012-05-18 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this
list is the development of Django itself.

Karen

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



DJango 1.3 - BundleError while rendering

2012-05-18 Thread Y.
Hi, I'm new to Django and trying to get an existing application to work on 
my development machine.

When running the project, I get the following error:

TemplateSyntaxError at /

Caught BundleError while rendering: 
'styles/libs/jquery-ui-timepicker-addon.css' not found (using staticfiles 
finders)

 Where is he searching for the file? All paths are set correctly in 
settings.py. 
The css is defined in assets.py:

stylesheets = Bundle( reset_defaults,
'styles/libs/jquery-ui-timepicker-addon.css',
main_styles,
filters='cssmin',
output='combined/styles/main.css' )


Can anyone give me an indication of where to search for this problem?
Any help would be greatly appreciated

Kind
regards
Y.

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