SI
Size: a a a
SI
DT
ДА
{{ product.key_indicators.industrial_prototype }}
DT
СА
СА
SI
СА
ДА
AK
DT
SI
from django.contrib.staticfiles.storage import staticfiles_storage
staticfiles_storage.url('icons/favicon.ico')
В
AK
DT
{% static 'css/styles.css' %}тебе надо получить урл в python коде
from django.templatetags.static import StaticNode
path = StaticNode.handle_simple('css/styles.css')
AK
DT
DT
SI
{% static 'css/styles.css' %}тебе надо получить урл в python коде
from django.templatetags.static import StaticNode
path = StaticNode.handle_simple('css/styles.css')
AK