django-humanstxt 0.1.0

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

djangohumanstxt 0.1.0

# Django HumansTXTDjango HumansTXT will make it easy to you to serve humans.txt file.## QuickstartInstall django-humanstxt using pip (we do recommend to do it in a virtualenv). pip install django-humanstxtTo 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 migrateYou're now ready to use the app.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.