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

Uploaded Source

Built Distribution

django_detect-1.0.16-py2.py3-none-any.whl (3.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for django-detect-1.0.16.tar.gz
Algorithm Hash digest
SHA256 f86c23a2ca9ed965ebb4eff74cf9c01d6dc9cd7027c11f6d8c611107d2d12adc
MD5 f1d9022abba5f883563e5110b4c5c342
BLAKE2b-256 846c1eed58166fd168a0cb077856e34e7496f8a6438ffdd0feca07e033e70caf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for django_detect-1.0.16-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c68f03c0bd025befc7816b842394b125db6f4da8360abafc0eaf59e9b065c166
MD5 956c65322b23fd63dc1c6a4816635f3d
BLAKE2b-256 bcd1ac9c0549d0d5620c58950643f73ab1376a8cb93a6f3c36ef83c5ca9d94d0

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