{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Integrates Jinja2 templating into Django, allowing you to use Jinja2 syntax alongside or instead of Django's default template language.","skillfed_tags":["django-integration","template-engine"],"use_cases":["Use it when you prefer Jinja2's syntax and want to write Django templates without learning Django's template language.","Use it to migrate an existing Jinja2-based project into a Django application without rewriting all templates.","Use it to leverage Jinja2 features like macros, filters, and tests that differ from Django's default templates.","Use it in a project where both Jinja2 and Django templates coexist, configured to handle different template directories."],"what_it_does":"django-jinja bridges Jinja2 and Django by registering Jinja2 as an alternative template engine within Django's template system. Instead of writing templates in Django's template language, you write them in Jinja2 syntax, which is more expressive and closer to standard Python. The package handles the integration so that Django's template loader, context processors, and other machinery work with Jinja2 templates.\n\nIt's useful when you prefer Jinja2's syntax and features over Django's built-in template language, or when migrating a project that already uses Jinja2. The package is nonobstructive\u2014you can mix both template engines in the same project if needed. It requires only jinja2 and django as runtime dependencies and supports Python 3.8 and later across Django versions 3.2 through 4.2.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and carries a permissive BSD license. It's a straightforward bridge for developers who want Jinja2 in Django. Install it if you prefer Jinja2's syntax or are migrating a Jinja2 project into Django."},"id":"django-jinja","links":{"html":"https://skillfed.io/packages/django-jinja","md":"https://skillfed.io/packages/django-jinja.md","pypi":"https://pypi.org/project/django-jinja/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-09-03","license_spdx":null,"license_treatment":"permissive","name":"django-jinja","python_support":"supports_current","summary":"Jinja2 templating language integrated in Django."},"popularity":{"monthly_downloads":278349,"position":8133,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.11.0"}
