Metadata-Version: 1.1
Name: django-openonmobile
Version: 0.2
Summary: Open current URL on a mobile with a QR code
Home-page: http://bitbucket.org/ferranp/django-openonmobile
Author: Ferran Pegueroles
Author-email: ferran@pegueroles.com
License: GPL
Description: ===================
        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.
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
