Skip to main content

A basic "is_mobile" middleware Django app.

Project description

=====
django-ismobile
=====

A basic "is_mobile" middleware Django app

1. Install using pip:
pip install django-ismobile

2. Include to your INSTALLED_APPS:
INSTALLED_APPS = [
...
'ismobile',
]

3. Include MobileControlMiddleware to your MIDDLEWARE:
MIDDLEWARE_CLASSES = (
...
'ismobile.middleware.MobileControlMiddleware',
)

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-ismobile-1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

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