Skip to main content

A simple Django app to provide access to a robots.txt file

Project description

# Django-roberts

A simple Django app to serve a robots.txt file.

## Installation

Use your favorite Python installer to install it from PyPI:

pip install django-roberts

Or get the source from the application site:

hg clone https://bitbucket.org/mhurt/django-roberts

The robots package, included in the distribution, should be placed on the PYTHONPATH.

## Configuration

Add robots to your INSTALLED_APPS setting.

Include the package’s url patterns in your root urlconf:

url(r’’, include(‘robots.urls’)),

If your run Django’s development server you should now be able to see the example robots.txt file at

http://127.0.0.1:8000/robots.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-roberts-0.0.6.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page