Detect mobile, tablet or Desktop on Django

后端 未结 5 1510
终归单人心
终归单人心 2021-02-01 19:56

I need to detect 3 types of device: tablet, mobile or desktop.

I found a script for detecting mobile on github, but how I can det

5条回答
  •  旧时难觅i
    2021-02-01 20:24

    Have a look at MobileESP. It has been recently ported to Python for Django web app framework. It can detect various classes and tiers of devices (including smatphones, tablets).

提交回复
热议问题