https://github.com/jg-rp/django-liquid
A Django template backend for Liquid. Render Liquid templates in your Django apps.
https://github.com/jg-rp/django-liquid
django liquid liquid-templating-engine templates
Last synced: 5 months ago
JSON representation
A Django template backend for Liquid. Render Liquid templates in your Django apps.
- Host: GitHub
- URL: https://github.com/jg-rp/django-liquid
- Owner: jg-rp
- License: bsd-3-clause
- Created: 2021-04-22T16:49:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T07:25:13.000Z (over 1 year ago)
- Last Synced: 2025-12-22T09:03:24.350Z (6 months ago)
- Topics: django, liquid, liquid-templating-engine, templates
- Language: Python
- Homepage: https://jg-rp.github.io/liquid/guides/django-liquid
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
Django Liquid
A Django template backend for Liquid. Render Liquid templates in your Django apps.
---
## Install
Install Django Liquid using [pip](https://pip.pypa.io/en/stable/getting-started/):
```console
pip install django-liquid
```
Or [Pipenv](https://pipenv.pypa.io/en/latest/):
```console
pipenv install -u django-liquid
```
## Links
- Documentation: https://jg-rp.github.io/liquid/guides/django-liquid
- Change Log: https://github.com/jg-rp/django-liquid/blob/main/CHANGES.md
- PyPi: https://pypi.org/project/django-liquid/
- Source Code: https://github.com/jg-rp/django-liquid
- Issue Tracker: https://github.com/jg-rp/django-liquid/issues