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:
- Exposing humans.txt file
- Exposing project team over /team/ path
- Exposing each project team member over /team/member-name path
Model Humans is created to manage team members and their information
App uses templates:
- teamComponent.html - main component of displaying team members
- teamPage.html - page, including teamComponent.html component, and extending base template. Base template should have humansContent block.
- 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
-
Add "humans" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ..., "humans", ] -
Include the humans URLconf in your project urls.py like this::
path('', include('humans.urls')), -
Run
python manage.py migrateto create the humans models. -
Add
{% block humansContent %}{% endblock %}to your base template to include pages in
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-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ca9d89c70d1f95036d03812725b318e3509ec1e4c97974869d29b573317caa2
|
|
| MD5 |
a96edb5091f255e8cbaf14ee440c5c59
|
|
| BLAKE2b-256 |
5cc28ed59af616e42a38d4a16b35ed3d2f256cef0c4373881ec7fbee208aaa1e
|