django-liquid

A Django template backend for Liquid.


Keywords
django, liquid, liquid-templating-engine, templates
License
BSD-3-Clause
Install
pip install django-liquid==1.0.0

Documentation

Django-Liquid

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

Version Tests Licence Python versions

Installing

Install Django Liquid using Pipenv:

$ pipenv install django-liquid

Or pip:

$ python -m pip install -U django-liquid

Links

Contributing

  • Install development dependencies with Pipenv
  • Format code using black.
  • Write tests using unittest.TestCase.
  • Run tests with make test or python runtests.py.
  • Check test coverage with make coverage and open htmlcov/index.html in your browser.