Metadata-Version: 1.1
Name: django-language-detect
Version: 1.0.0
Summary: Django browser language detect
Home-page: https://github.com/wmarquardt/django-language-detect
Author: William Marquardt
Author-email: williammqt@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: =============
        djangoi-language-detect
        =============
        
        Installation
        ============
        
        ::
        
            pip install django-language-detect
        
        
        Usage
        =====
        
        
        ::
            
        
            request.browser_language
        
        
        Settings.py
        ===========
        
        ::
        
            # Use `MIDDLEWARE_CLASSES` prior to Django 1.10
            MIDDLEWARE = (
                ...
                'language_detect.middleware.BrowserLanguageDetectionMiddleware',
                ...
            )
        
Keywords: django-language-detect
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
