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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-humanstxt-0.1.0.tar.gz.
File metadata
- Download URL: django-humanstxt-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fab4559d91914a346b12370b3e103d3b9c34163f11835718e0a6f43d93b73cb
|
|
| MD5 |
665b054ace56fb982ec2b7f6c54c9d20
|
|
| BLAKE2b-256 |
44892706d73c2aa6ace5e5c0875141900ac17342f63cd67f67bf102678e0eb5e
|