Skip to main content

Django UserAgent Detect

Project description

Installation

pip install django-detect

Usage

# ####### Device、OS #######
# Windows
request.Windows
# Linux
request.Linux
# iMac/iPhone/iPad/iPod
request.iMac
request.iPhone
request.iPad
request.iPod
# PC
request.PC = request.Windows or request.Linux or request.iMac
# iOS
request.iOS = request.iPhone or request.iPad or request.iMac or request.iPod
# Android and Version
request.Android
request.Android.version

# ####### APP #######
# Weixin/Wechat and Version
request.weixin
request.weixin.version
request.wechat
request.wechat.version

Settings.py

# Use `MIDDLEWARE_CLASSES` prior to Django 1.10
MIDDLEWARE = (
    ...
    'detect.middleware.UserAgentDetectionMiddleware',
    ...
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-detect-1.0.12.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

django_detect-1.0.12-py2.py3-none-any.whl (3.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-detect-1.0.12.tar.gz.

File metadata

  • Download URL: django-detect-1.0.12.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.10

File hashes

Hashes for django-detect-1.0.12.tar.gz
Algorithm Hash digest
SHA256 4fb8d547ce9766f1dd8e00cbddebbe628f367af5f46aae9292c6f6594fd5edd1
MD5 0ab353d8b3ae52b035fed91588e2114f
BLAKE2b-256 c59dbfd402f7931ae3078f7948d078be824bfdb57ab5161ddb55875206fcab98

See more details on using hashes here.

File details

Details for the file django_detect-1.0.12-py2.py3-none-any.whl.

File metadata

  • Download URL: django_detect-1.0.12-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/18.5 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.10

File hashes

Hashes for django_detect-1.0.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5c557569557c51571843c2911def7b88fc688f83207f132dfb6c0ea591a74f03
MD5 46d961cab49c6edb79b4b9561c36d81b
BLAKE2b-256 62e54e88be3d3b0bf30e45e01c7038af3cb214fae9561175e149ca57832e1bb3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page