[Answered ]-Loading picture for django templates via css

1👍

You may want to read the documentation about how to manage static files with django.

1👍

Try: background:#fff url(../images/images/bg.jpg) repeat-x;

The URL should be without the single quotes. BTW why do you have two “images” directories nested?

Leave a comment