# 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.
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.
Release files for django-humanstxt 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-humanstxt-0.1.0.tar.gz | 3.1 kB | Details |
Release files / django-humanstxt-0.1.0.tar.gz
| Download URL | django-humanstxt-0.1.0.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5fab4559d91914a346b12370b3e103d3b9c34163f11835718e0a6f43d93b73cb
|
|
BLAKE2b-256 checksum How to use checksums |
44892706d73c2aa6ace5e5c0875141900ac17342f63cd67f67bf102678e0eb5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |