Metadata-Version: 2.1
Name: django-site-id-middleware
Version: 2020.12.3
Summary: auto settings.SITE_ID middleware
Home-page: https://github.com/andrewp-as-is/django-site-id-middleware.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/django-site-id-middleware.svg?maxAge=3600)](https://pypi.org/project/django-site-id-middleware/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install django-site-id-middleware
        ```
        
        #### Cons
        +   `django.contrib.syndication` not supported
        
        #### Examples
        `settings.py`
        
        ```python
        MIDDLEWARE = [
            ...
            'django_site_id_middleware.middleware.SiteIdMiddleware'
            ...
        ]
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: django site middleware
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
