From be9854be4783860f04c79344e7ec2de99f485d7f Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Sat, 4 Jul 2020 22:10:47 +0200 Subject: [PATCH] add django-robots add django-robots --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6745c01..089aa87 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### URLs - [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. ### Users - [django-allauth](https://github.com/pennersr/django-allauth/) - Improved user registration including social auth.