Skip to main content

A simple HumansTXT Django app

Project description

# Django HumansTXT

Django HumansTXT will make it easy to you to serve humans.txt file.

## Quickstart

Install django-humanstxt using pip (we do recommend to do it in a virtualenv).


pip install django-humanstxt

To integrate it into a Django project, simply add it to your `INSTALLED_APPS`:


INSTALLED_APPS = [
# some interesting stuff...
'humanstxt',
# some other stuff...
]


urlpatterns = [
# ...
url(r'^humans\.txt', include('humanstxt.urls')),
# ...
]


python manage.py migrate


You're now ready to use the app.

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-humanstxt-0.1.0.tar.gz (3.1 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