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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to