Skip to main content

Some mixins to serve mobile templates when mobile detected.

Project description

django-mobile-views is a simple app to help detect mobile browsers and serve a different template for them.

It works by inspecting the user agent.

To use, either use one of the mobile generic views, or add the MobileMixin to your class based view.

from mobile_views.generic_views import MobileTemplateView

class HomePage(MobileTemplateView):

template_name = ‘myapp/home_page.html’ mobile_template_name = ‘myapp/mobile_home_page.html’

And that’s it!

There is also a ‘FullSiteView’ provided that when accessed will set a cookie to prevent being served the mobile template. The cookie lasts until browser close.

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-mobile-views-0.1.1.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file django-mobile-views-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-mobile-views-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ed58def5ff93a9affacab8ce8267847423e2a8c63865c679321c0472803925f5
MD5 a9d2d622a673e1df0ddfef6ad73b67cf
BLAKE2b-256 f2f2fecbdef5e8e2aa9bbeee36244181dadd167a8678a7e242502b5abc0a5f30

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