Metadata-Version: 2.1
Name: django-canonical-domain
Version: 0.9.1
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
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 :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: tests
License-File: LICENSE

=================================================================
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/>`_


