Thank you ALL for the explanation. I checked http://code.djangoproject.com/ticket/810 to try django.views.static.serve and it worked with CSS. . But I found out that in CSS file I can not use
p.
EntryField
{...
...
...
}
but must use
p.EntryField
{...
...
...
}
I also tried django.views.static.serve with the images. An image file
is found ( HTTP/1.0 200 OK) but the image is distorted( damaged). Why?
Regards,
L.

