Skip to main content

Browser detection (including browser upgrade notices) for Django

Project description

h1. django-badbrowser readme

h2. Installation

To install django-badbrowser:

# Install with easy_install/pip/whatever
# Add @django_badbrowser.middleware.BrowserSupportDetection@ to the @MIDDLEWARE_CLASSES@ setting
# Add @django_badbrowser@ to your @INSTALLED_APPS@ setting
# Specify the @BADBROWSER_REQUIREMENTS@ setting (see below for details and additional settings)
# Copy/sym-link the @django_badbrowser/media/django-badbrowser/@ directory into your media directory

h2. Config options

h3. BADBROWSER_REQUIREMENTS

A list of any specific browser restrictions. Browsers listed here with versions lower than the specified version numbers will be shown the "Unsupported web browser" message. Any browsers not listed here will be free to access the site as normal, as will any clients which do not specify a user agent.

Example:

<pre>BADBROWSER_REQUIREMENTS = (
("firefox", "3.0"),
("chrome", "3.0"),
("microsoft internet explorer", "8"),
("opera", None), # None indicates no support for the given browser, whatever the version
)</pre>

h3. BADBROWSER_SUGGEST

A list of browsers to suggest to the user on the "Unsupported web browser" page.

Example:

<pre>BADBROWSER_SUGGEST = ("firefox", "chrome", "safari", "opera", "microsoft internet explorer")</pre>

h3. BADBROWSER_BASE_TEMPLATE

The base template which should be extended in the rendering of the "Unsupported web browser" page. This page will probably need to have blocks for "extra_head" (within the head tag) and "content" (within the body tag)

Example:

<pre>BADBROWSER_BASE_TEMPLATE = "myapp/base.html"</pre>

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-badbrowser-1.0.6.tar.gz (31.3 kB view details)

Uploaded Source

File details

Details for the file django-badbrowser-1.0.6.tar.gz.

File metadata

File hashes

Hashes for django-badbrowser-1.0.6.tar.gz
Algorithm Hash digest
SHA256 7b14f85592f29fadb4b8ef75305bc9c35a813e4febeaa7efda4e045702886fc2
MD5 bcdcd5c4214abfd3d94ccb00c97a8620
BLAKE2b-256 0cc6f34aa21ad28e6a8edfbbd78ab0cd1a1fcc661982786c6640da9826b4625c

See more details on using hashes here.

Provenance

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