An open API service indexing awesome lists of open source software.

https://github.com/cheetahtemplate3/django-cheetahtemplate

Use CheetahTemplate3 in Django.
https://github.com/cheetahtemplate3/django-cheetahtemplate

bsd-license cheetah cheetahtemplate django django-templates python python2 python3 template-engine

Last synced: about 1 year ago
JSON representation

Use CheetahTemplate3 in Django.

Awesome Lists containing this project

README

          

Django-CheetahTemplate
======================

Django-CheetahTemplate is a Django template backend to use
CheetahTemplate3_ in Django.

.. _CheetahTemplate3: http://cheetahtemplate.org/

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:

.. code-block:: python

TEMPLATES = [
{
'APP_DIRS': True,
'BACKEND': 'django_cheetahtemplate.DjangoCheetahTemplate',
'DIRS': [
],
'OPTIONS': {
},
},
]

Put templates in ``cheetahtemplate`` subdirectories of installed
applications. See
`example `_.

Author: Oleg Broytman .

Copyright (C) 2018-2022 PhiloSoft Design.

License: MIT.

| Home Page: https://github.com/CheetahTemplate3/django-cheetahtemplate
| PyPI: https://pypi.org/pypi/django-cheetahtemplate