DJango 1.3 - BundleError while rendering

51 views
Skip to first unread message

Y.

unread,
May 18, 2012, 3:49:32 AM5/18/12
to django-d...@googlegroups.com
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.

Karen Tracey

unread,
May 18, 2012, 9:29:04 AM5/18/12
to django-d...@googlegroups.com
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself.

Karen
Reply all
Reply to author
Forward
0 new messages