Skip to content

jazzband/django-robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d86b3d · Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Jan 20, 2016
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Dec 17, 2015
May 12, 2015
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020
Jan 4, 2020

Repository files navigation

Django Robots

Jazzband https://travis-ci.org/jazzband/django-robots.svg?branch=master

This 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 3.0
  • Django 2.2
  • Django 2.1
  • Django 2.0
  • Django 1.11

For older Django versions (1.6-1.10) use django-robots==3.0. for Django 3 and above, use django-robots>=4.0.0.

Supported Python version

  • Python 2.7 (Django 1.11 only)
  • Python 3.5, 3.6, 3.7, 3.8