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.
- Host: GitHub
- URL: https://github.com/cheetahtemplate3/django-cheetahtemplate
- Owner: CheetahTemplate3
- Created: 2018-01-15T22:31:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T09:49:28.000Z (over 3 years ago)
- Last Synced: 2025-04-18T15:17:49.970Z (about 1 year ago)
- Topics: bsd-license, cheetah, cheetahtemplate, django, django-templates, python, python2, python3, template-engine
- Language: Python
- Homepage: https://pypi.python.org/pypi/django-cheetahtemplate
- Size: 48.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
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