Skip to main content

A Django app to expose project team in seo-friendly way.

Project description

Django humans

Warning - templates are built using TailwindCSS - you need to build a styles for them manually

Humans is a Django app:

  1. Exposing humans.txt file
  2. Exposing project team over /team/ path
  3. Exposing each project team member over /team/member-name path

Model Humans is created to manage team members and their information

App uses templates:

  1. teamComponent.html - main component of displaying team members
  2. teamPage.html - page, including teamComponent.html component, and extending base template. Base template should have humansContent block.
  3. personPage.html - page, displaying each tem member individually, and extending base template. Base template should have humansContent block.

To override them, just create same files in your templates dir humans folder

Quick start

  1. Add "humans" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ..., "humans", ]

  2. Include the humans URLconf in your project urls.py like this::

    path('', include('humans.urls')),

  3. Run python manage.py migrate to create the humans models.

  4. Add {% block humansContent %}{% endblock %} to your base template to include pages in

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-webperformers-humans-0.3.8.tar.gz (21.1 kB view details)

Uploaded Source

File details

Details for the file django-webperformers-humans-0.3.8.tar.gz.

File metadata

  • Download URL: django-webperformers-humans-0.3.8.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for django-webperformers-humans-0.3.8.tar.gz
Algorithm Hash digest
SHA256 4ca9d89c70d1f95036d03812725b318e3509ec1e4c97974869d29b573317caa2
MD5 a96edb5091f255e8cbaf14ee440c5c59
BLAKE2b-256 5cc28ed59af616e42a38d4a16b35ed3d2f256cef0c4373881ec7fbee208aaa1e

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