Metadata-Version: 1.1
Name: django-uri
Version: 1.0.0
Summary: Django URI
Home-page: https://github.com/Brightcells/django-uri
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: ==========
        django-uri
        ==========
        
        Installation
        ============
        
        ::
        
            pip install django-uri
        
        
        Usage
        =====
        
        ::
        
            request.uri.origin
            request.uri.scheme
        
        
        Settings.py
        ===========
        
        ::
        
            MIDDLEWARE_CLASSES = (
                ...
                'detect.middleware.UserAgentDetectionMiddleware',
                ...
            )
        
            USER_AGENT_DETECTION = (
                # Regex have at most one parentheses
                # ('key1', r'regex1'),
                # ('key2', r'regex2'),
            )
        
        
Keywords: django-uri
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
