From be7f8341ccc53f5c7daf9d1de3503ed427fc20cb Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 11 Aug 2022 20:10:39 +0200 Subject: [PATCH] :handshake: Add `django-redirects`. (#185) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef922db..288478d 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [dj-database-url](https://github.com/jacobian/dj-database-url) - Database URLs. - [urlman](https://github.com/andrewgodwin/urlman) - A nicer way to do URLs for Django models. - [django-robots](https://github.com/jazzband/django-robots) - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app. +- [django-redirects](https://github.com/fabiocaccamo/django-redirects) - Redirects as they should be, with full control. ### Users - [django-allauth](https://github.com/pennersr/django-allauth/) - Improved user registration including social auth.