Contents

django-liquid 1.1.0

0

A Django template backend for Liquid.

A Django template backend for Liquid.

Stars: 0, Watchers: 0, Forks: 0, Open Issues: 0

The jg-rp/django-liquid repo was created 2 years ago and the last code push was 3 months ago. The project is not very popular with only 0 github stars!

How to Install django-liquid

You can install django-liquid using pip

pip install django-liquid

or add it to a project with poetry

poetry add django-liquid

Package Details

Author
License
BSD-3-Clause
Homepage
https://github.com/jg-rp/django-liquid
PyPi:
https://pypi.org/project/django-liquid/
Documentation:
https://jg-rp.github.io/liquid/guides/django-liquid
GitHub Repo:
https://github.com/jg-rp/django-liquid

Classifiers

No  django-liquid  pypi packages just yet.

Errors

A list of common django-liquid errors.

Code Examples

Here are some django-liquid code examples and snippets.

Related Packages & Articles

Django 5.0.4

Django is a high-level web development framework that empowers Python developers to build dynamic and robust web applications quickly and efficiently. It follows the Model-View-Controller (MVC) architectural pattern, making it easy to separate the different components of an application. With its extensive built-in features, such as URL routing, templating, forms handling, and database abstraction, Django takes care of the repetitive tasks, allowing developers to focus on writing clean and maintainable code. It relies on the Python Standard Library and includes several optional dependencies, including psycopg2, mysqlclient, and pytz for database connectivity and time zone support. Django's rich ecosystem and active community make it a popular choice for building scalable and secure web applications.