Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/templatetk
My GSOC Project for Template Compilation
https://github.com/mitsuhiko/templatetk
Last synced: 3 months ago
JSON representation
My GSOC Project for Template Compilation
- Host: GitHub
- URL: https://github.com/mitsuhiko/templatetk
- Owner: mitsuhiko
- License: other
- Created: 2011-05-24T11:34:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T15:26:09.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T01:41:31.011Z (3 months ago)
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 68
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
// django-template-compilation (project: templatetk)
This is a Google Summer of Code project that attempts to implement
template compilation for Django. It not only tries to do that for
Django but it tries to keep the compiler generic enough that it
works with arbitrary template engines including Jinja2 and possible
others.