A collection of useful templates & tags for the Django web framework
Project description
This project is a collection of useful templates & tags for the Django web framework. I made this mainly for my own projects where I noticed I was copying the same set of templates and template tags & filters over to each new project, but hopefully it will be useful for other people as well.
Django >= 2.2 and Python >= 3.6 are supported.
Documentation and examples will follow in the future. For now, to use this package in your
Django project install it with pip
then add it to your INSTALLED_APPS
list
in settings. You can then include the templates as {% include 'toolkit/forms/field.html' %}
(for example)
and the template tags with {% load toolkit %}
. For now see the source code for which
template tags & filters are available.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_template_toolkit-0.1.3-py3-none-any.whl (7.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size django-template-toolkit-0.1.3.tar.gz (5.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for django_template_toolkit-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e08d954a80a5955302539ede22f0c0e28e07210286548e82d0ab5b1172319885 |
|
MD5 | b31fafd6dca12e76a97157bbf3e64ca2 |
|
BLAKE2-256 | 579a20852113d98644223bf4c79c6152bd517070d83e508f7c0adb00a0ae3ce3 |
Hashes for django-template-toolkit-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee374e5e44c734aa6af20c77474080f870eacdbccf3dacbb4735736612ef0477 |
|
MD5 | c6a363ba335eff3e1399046a480c084d |
|
BLAKE2-256 | 04f3c4f0d7db9c96fb3b9bbd181c3d734cb3b3060ccaea921cb8b762c4182d08 |