标签: python django django-templates media-queries
我想知道是否有办法只在屏幕有一定大小的情况下在模板中应用Django过滤器。就像媒体查询对Css一样。
答案 0 :(得分:2)
Django从您的客户端获取HTTP请求,并且没有关于请求中屏幕大小或分辨率的信息。
请参阅https://softwareengineering.stackexchange.com/questions/233648/why-dont-http-headers-include-device-resolution-pixel-density-etc