Software Details:
Version: 0.2
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 43
django-openonmobile is a Django app that can open the current page on your mobile with a QR code.
- Main url: http://bitbucket.org/ferranp/django-openonmobile
- Documentation : http://readthedocs.org/docs/django-openonmobile
Installation
1. Add "openonmobile" directory to your Python path.
2. Add "openonmobile" to the INSTALLED_APPS tuple found in your settings file.
3. Add "openonmobile.middleware.AuthOnMobileMiddleware" to your MIDDLEWARE_CLASSES tuple found in your settings file.
4. Add "openonmobile.auth.AuthOnMobileBackend" to your AUTHENTICATION_BACKENDS tuple found in your settings file.
5. Include "openonmobile.urls" to your URLconf.
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).
Requirements:
- Python
- Django
Comments not found