🤝 Merge pull request #70 from avallbona/patch-6

add django-robots
This commit is contained in:
Jeff Triplett 2020-07-10 13:14:45 -05:00 committed by GitHub
commit a20a49da0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.