On 8/22/05, Andy Shaw <[EMAIL PROTECTED]> wrote: > > Krzysztof Drozd wrote: > > hi > > > > i hawe make a template 'base.html' and i use it in my apps. but > > 'base.html' use > > CSS and PNG files. > > > > my app template use 'base.html' but can't find my CSS and PNG files. > > what can i do? what in settings/template shuld i wrote? > > > > a example... > > > > kd. > > > > <over-complicated answer> > > You either need to serve the CSS file in a way that isn't being handled > by django, or create a django application to serve CSS. Note that the > same applies to image files, or any other media - the chances are they > are static and should thus be served statically, but they could be > generated (or merely output by) a django application. > <snip>
Or more simply put, the Django web server doesn't serve your media (e.g. images, PNG, CSS) and there isn't a plan to (the related ticket is marked as WONTFIX). Which majorly blows IMHO. -- sam http://www.magpiebrain.com/