[ buster ]
[ ソース: django-jinja ]
パッケージ: python-django-jinja (2.4.1-1)
python-django-jinja に関するリンク
Debian の資源:
django-jinja ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Jinja2 templating language integrated in Django
Jinja2 provides certain advantages over the native system of Django, for example, explicit calls to callable from templates, has better performance and has a plugin system
Features:
* Auto-load templatetags compatible with Jinja2 on same way as Django. * Django templates can coexist with Jinja2 templates without any problems. It works as middleware, intercepts Jinja templates by file path pattern. * Django template filters and tags can mostly be used in Jinja2 templates. * I18n subsystem adapted for Jinja2 (makemessages now collects messages from Jinja templates) * Compatible with python2 and python3 using same codebase. * jinja2 bytecode cache adapted for use django cache subsystem.
その他の python-django-jinja 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-django (>= 1.8)
- 高レベル Python ウェブ開発フレームワーク (Python 2 版)
-
- dep: python-jinja2
- small but fast and easy to use stand-alone template engine