Use CheetahTemplate3 in Django
Project description
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.
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
Built Distribution
File details
Details for the file django-cheetahtemplate-0.4.0.tar.gz
.
File metadata
- Download URL: django-cheetahtemplate-0.4.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc4305c77ce8d39068bd4c922e82c84b8310fa3fa39d46dba6f2728a3de835dc |
|
MD5 | 524b78eaad00f7a0582ba11c40535b63 |
|
BLAKE2b-256 | 32a9f4664aecc63483be68c7d670657cfe63fb129929c0bb9d1dd36ad180d8c0 |
File details
Details for the file django_cheetahtemplate-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_cheetahtemplate-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcc3d1461ad11d6f0f4d0c1a56dad2a84bd1661ca33b7da4db0550771b335d77 |
|
MD5 | 8510d2aa22e6da61d84a76aa178a86f4 |
|
BLAKE2b-256 | d16db808df6d7bce7ebdc322d80509f78800c0f1f1500e5a712bdc8f66e16568 |