Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.5 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.5 KB

Django Liquid

A Django template backend for Liquid. Render Liquid templates in your Django apps.

License Tests
PyPi - Version Python versions


Install

Install Django Liquid using pip:

pip install django-liquid

Or Pipenv:

pipenv install -u django-liquid

Links