🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.Learn More
Socket
Sign inDemoInstall
Socket

django-openonmobile

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-openonmobile

Open current URL on a mobile with a QR code

0.2
PyPI
Maintainers
1

=================== django-openonmobile

Open current page on your mobile with a QR code.

  • Main url: http://bitbucket.org/ferranp/django-openonmobile
  • Documentation : http://readthedocs.org/docs/django-openonmobile

Features

  • Creates a QR image with a url to redirect a phone user to the current image.
  • The mobile phone user will be authenticats automatically with the same user.
  • Uses the cache to keep the temporaty toker for authentication (so no database needed).

Installation

#. Add "openonmobile" directory to your Python path. #. Add "openonmobile" to the INSTALLED_APPS tuple found in your settings file. #. Add "openonmobile.middleware.AuthOnMobileMiddleware" to your MIDDLEWARE_CLASSES tuple found in your settings file. #. Add "openonmobile.auth.AuthOnMobileBackend" to your AUTHENTICATION_BACKENDS tuple found in your settings file. #. Include "openonmobile.urls" to your URLconf.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts