Detect mobile, tablet or Desktop on Django

后端 未结 5 1453
终归单人心
终归单人心 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条回答
  •  庸人自扰
    2021-02-01 20:18

    I was looking for something like this and I stumbled upon django-mobile which does exactly that.

提交回复
热议问题