Skip to main content

A simple way to add robots.txt and humans.txt to your Django project

Project description

Current PyPi version Build status Requirements Status

A simple way to add robots.txt and humans.txt to your Django project

Quickstart

Install django-cyborg:

pip install django-cyborg

Add cyborg your INSTALLED_APPS:

INSTALLED_APPS=[
    ...
    'cyborg',
]

Add cyborg to your urls.py:

url(r'^', include('cyborg.urls')),

Customising

To add your own text to either robots.txt or humans.txt simply override the relevant template. Create a cyborg/robots.txt or a cyborg/humans.txt and place it somewhere that is discoverable by your template loader.

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements/test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

History

0.2.0 (2015-12-08)

  • First release on PyPI.

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-cyborg-0.2.1.tar.gz (5.4 kB view hashes)

Uploaded source

Built Distribution

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