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 details)

Uploaded Source

File details

Details for the file django-humanstxt-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-humanstxt-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5fab4559d91914a346b12370b3e103d3b9c34163f11835718e0a6f43d93b73cb
MD5 665b054ace56fb982ec2b7f6c54c9d20
BLAKE2b-256 44892706d73c2aa6ace5e5c0875141900ac17342f63cd67f67bf102678e0eb5e

See more details on using hashes here.

Supported by

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