Skip to main content

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cheetahtemplate-0.4.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

django_cheetahtemplate-0.4.0-py2.py3-none-any.whl (3.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-cheetahtemplate-0.4.0.tar.gz.

File metadata

File hashes

Hashes for django-cheetahtemplate-0.4.0.tar.gz
Algorithm Hash digest
SHA256 dc4305c77ce8d39068bd4c922e82c84b8310fa3fa39d46dba6f2728a3de835dc
MD5 524b78eaad00f7a0582ba11c40535b63
BLAKE2b-256 32a9f4664aecc63483be68c7d670657cfe63fb129929c0bb9d1dd36ad180d8c0

See more details on using hashes here.

File details

Details for the file django_cheetahtemplate-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_cheetahtemplate-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fcc3d1461ad11d6f0f4d0c1a56dad2a84bd1661ca33b7da4db0550771b335d77
MD5 8510d2aa22e6da61d84a76aa178a86f4
BLAKE2b-256 d16db808df6d7bce7ebdc322d80509f78800c0f1f1500e5a712bdc8f66e16568

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page