Metadata-Version: 2.1
Name: django_simple_redirects
Version: 2.1.0
Summary: django.contrib.redirects without django.contrib.sites
Home-page: https://github.com/feinheit/django-simple-redirects/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: MIT
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: tests
License-File: LICENSE

=======================
django-simple-redirects
=======================

.. image:: https://github.com/feinheit/django-simple-redirects/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/feinheit/django-simple-redirects/
    :alt: CI Status

``django.contrib.redirects`` without a ``django.contrib.sites`` dependency.

Usage:
======

- Add ``simple_redirects`` to ``INSTALLED_APPS``
- Run ``./manage.py migrate``
- Add ``simple_redirects.middleware.RedirectFallbackMiddleware`` to
  ``MIDDLEWARE``
