{ "info": { "author": "Ryan Bagwell", "author_email": "ryan@ryanbagwell.com", "bugtrack_url": null, "classifiers": [], "description": "======================\ndjango-mobile-redirect\n======================\n\n.. image:: https://circleci.com/gh/ryanbagwell/django-mobile-redirect/tree/master.svg?circle-token=e1a063c0881f0c592377120677a8ad969c3a2932\n :target: https://circleci.com/gh/ryanbagwell/django-mobile-redirect/tree/master\n\nDjango middleware to redirect mobile devices to the given url.\n\nInstallation and Configuration\n==============================\n\nInstall with pip::\n\n pip install ...\n\nAdd the following to Django settings::\n\n MIDDLEWARE_CLASSES = [\n 'mobile_redirect.middleware.MobileRedirectMiddleware',\n ]\n\n 'MOBILE_REDIRECT_URL' = 'https://github.com/ryanbagwell/django-mobile-redirect'\n\nRequests with user agent strings matching mobile and tablet devices will be\nredirected to the specified url\n\nMobile and tablet devices are defined according to the data at browscap.org_.\n\n.. _browscap.org: http://browscap.org/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ryanbagwell/django-mobile-redirect", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-mobile-redirect", "package_url": "https://pypi.org/project/django-mobile-redirect/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mobile-redirect/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ryanbagwell/django-mobile-redirect" }, "release_url": "https://pypi.org/project/django-mobile-redirect/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Redirects devices with mobile user agent strings to a specified url.", "version": "1.0.0" }, "last_serial": 1528810, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2a7b4e379c07a962691d83ae753e9458", "sha256": "eea6cf6010cbeb59438e08091fe33b5b613ba473b12e4e0289303922a91b3161" }, "downloads": -1, "filename": "django-mobile-redirect-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2a7b4e379c07a962691d83ae753e9458", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3644, "upload_time": "2015-05-01T01:40:15", "url": "https://files.pythonhosted.org/packages/2c/a5/84d217e1277675b4d4b412ebfcffdbbf8431984040e5e401a8dfcbbc69e9/django-mobile-redirect-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a7b4e379c07a962691d83ae753e9458", "sha256": "eea6cf6010cbeb59438e08091fe33b5b613ba473b12e4e0289303922a91b3161" }, "downloads": -1, "filename": "django-mobile-redirect-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2a7b4e379c07a962691d83ae753e9458", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3644, "upload_time": "2015-05-01T01:40:15", "url": "https://files.pythonhosted.org/packages/2c/a5/84d217e1277675b4d4b412ebfcffdbbf8431984040e5e401a8dfcbbc69e9/django-mobile-redirect-1.0.0.tar.gz" } ] }