Metadata-Version: 2.1
Name: django_canonical_domain
Version: 0.4.0
Summary: Canonical domain redirection for Django
Home-page: https://github.com/matthiask/django-canonical-domain/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD-3-Clause
Description: =================================================================
        django-canonical-domain - Canonical domain redirection for Django
        =================================================================
        
        .. image:: https://github.com/matthiask/django-canonical-domain/actions/workflows/tests.yml/badge.svg
            :target: https://github.com/matthiask/django-canonical-domain/
            :alt: CI Status
        
        .. image:: https://readthedocs.org/projects/django-canonical-domain/badge/?version=latest
            :target: https://django-canonical-domain.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        This module allows redirecting all requests for a given Django instance
        to a single canonical domain and optionally enforcing HTTPS for all
        requests as well.
        
        - `Documentation <https://django-canonical-domain.readthedocs.io>`_
        - `Github <https://github.com/matthiask/django-canonical-domain/>`_
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/x-rst
Provides-Extra: tests
