I
I
IwashkO2014-06-15 18:47:04
css
IwashkO, 2014-06-15 18:47:04

How to include images in Django css?

Included static files
STATICFILES_DIRS = (
('static', '/home/iwashko/djangoenv/bin/firstapp/article/static'),
('static', '/home/iwashko/djangoenv/bin/firstapp/static'),
)
Сss works, but without pictures. How to set images on the background in css, etc.?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Solovyov, 2014-06-15
@IwashkO

specify the relative path to the images

I
IwashkO, 2014-06-15
@IwashkO

Thank you, I thought it was more difficult.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question