Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzband/django-robots
A Django app for managing robots.txt files following the robots exclusion protocol
https://github.com/jazzband/django-robots
Last synced: 9 days ago
JSON representation
A Django app for managing robots.txt files following the robots exclusion protocol
- Host: GitHub
- URL: https://github.com/jazzband/django-robots
- Owner: jazzband
- License: bsd-3-clause
- Created: 2009-09-20T15:27:41.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:55:06.000Z (3 months ago)
- Last Synced: 2024-10-05T21:45:30.680Z (29 days ago)
- Language: Python
- Homepage: https://django-robots.readthedocs.io
- Size: 325 KB
- Stars: 460
- Watchers: 12
- Forks: 97
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- -awesome-django - django-robots - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app. (Third-Party Packages / URLs)
- awesome-django - django-robots - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app. (Third-Party Packages / URLs)
- best-of-web-python - GitHub - 31% open · ⏱️ 09.12.2023): (Django Utilities)
README
=============
Django Robots
=============.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://github.com/jazzband/django-robots/workflows/Test/badge.svg
:target: https://github.com/jazzband/django-robots/actions
.. image:: https://codecov.io/gh/jazzband/django-robots/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/django-robots
.. image:: https://img.shields.io/pypi/v/django-robots.svg
:target: https://pypi.python.org/pypi/django-robotsThis is a basic Django application to manage robots.txt files following the
`robots exclusion protocol`_, complementing the Django_ `Sitemap contrib app`_.For installation instructions, see the documentation `install section`_;
for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory or on ReadTheDocs: https://django-robots.readthedocs.io/Supported Django versions
-------------------------* Django 4.0
* Django 3.2
* Django 3.1
* Django 2.2For older Django versions (1.6-1.10) use ``django-robots==3.0``.
for Django 2 and above, use ``django-robots>=4.0.0``.Supported Python version
------------------------* Python 3.7, 3.8, 3.9, 3.10
.. _install section: https://django-robots.readthedocs.io/en/latest/#installation
.. _robots exclusion protocol: http://en.wikipedia.org/wiki/Robots_exclusion_standard
.. _Django: http://www.djangoproject.com/
.. _Sitemap contrib app: http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/