Django-CheetahTemplate is a Django template backend to use CheetahTemplate3 in Django.
It works with Python 2.7 or Python 3.4+, Django 1.11 and 2+, CheetahTemplate3.
Install django-cheetahtemplate. Add or change TEMPLATES in settings.py the following way:
TEMPLATES = [
{
'APP_DIRS': True,
'BACKEND': 'django_cheetahtemplate.DjangoCheetahTemplate',
'DIRS': [
],
'OPTIONS': {
},
},
]
Put templates in cheetahtemplate subdirectories of installed applications. See example.
Author: Oleg Broytman <phd@phdru.name>.
Copyright (C) 2018-2022 PhiloSoft Design.
License: MIT.
Release files for django-cheetahtemplate 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-cheetahtemplate-0.4.0.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_cheetahtemplate-0.4.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 9.2 kB
Release files / django-cheetahtemplate-0.4.0.tar.gz
| Download URL | django-cheetahtemplate-0.4.0.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dc4305c77ce8d39068bd4c922e82c84b8310fa3fa39d46dba6f2728a3de835dc
|
|
BLAKE2b-256 checksum How to use checksums |
32a9f4664aecc63483be68c7d670657cfe63fb129929c0bb9d1dd36ad180d8c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / django_cheetahtemplate-0.4.0-py2.py3-none-any.whl
| Download URL | django_cheetahtemplate-0.4.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
fcc3d1461ad11d6f0f4d0c1a56dad2a84bd1661ca33b7da4db0550771b335d77
|
|
BLAKE2b-256 checksum How to use checksums |
d16db808df6d7bce7ebdc322d80509f78800c0f1f1500e5a712bdc8f66e16568
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|