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.17.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

django_detect-1.0.17-py2.py3-none-any.whl (3.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: django-detect-1.0.17.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for django-detect-1.0.17.tar.gz
Algorithm Hash digest
SHA256 fe4d3440324e7ba7b4494b33048ccad314b16be253263731cdd25897cf8bfefd
MD5 75bbbfa3cb28ad58553ba58587144f11
BLAKE2b-256 dd84cfbc538f90d3e8a2d1bc7153fabd766fa146b44787255f614f6542962c3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_detect-1.0.17-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for django_detect-1.0.17-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f3db5b0bda56f992503791fa1d9d7b7d39970c44602a3db8f0e28478ccb745b4
MD5 cbbde7e4a227443bafeee080f528dee9
BLAKE2b-256 f04125b0f3653bd309848e19a25df599f6f69c12a5015f2bc1062e8665b56925

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