{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Django Sekizai provides template block management for Django, letting you define placeholders in templates and append content to them from sub-templates, with automatic deduplication and ordering for CSS and JavaScript.","skillfed_tags":["django-templates","media-management"],"use_cases":["Organize CSS and JavaScript includes from multiple sub-templates into a single base template without manual ordering.","Prevent duplicate CSS or JavaScript files from being included multiple times when the same sub-template is rendered in different contexts.","Build reusable template components that declare their own CSS/JS dependencies without knowing where they'll be rendered.","Manage media assets in django CMS-based projects where sekizai is the standard media handling framework.","Centralize CSS in the document head and JavaScript before the closing body tag across a complex template hierarchy."],"what_it_does":"Django Sekizai is a template block management system for Django that solves the problem of organizing CSS and JavaScript includes across nested templates. Instead of scattering style and script tags throughout your template hierarchy, you define named blocks (called 'sekizai' blocks) in your base template and use template tags to append content to them from any sub-template. The package automatically deduplicates identical content within a block and can order CSS at the top and JavaScript at the bottom, following web best practices.\n\nIt's built on django-classy-tags and integrates with Django's template language through custom template tags. The package is production-stable, endorsed by the django CMS Association, and serves as the media handling framework for django CMS. It works with Django 3.2 through 4.2 and Python 3.8 or later, installing as a pure Python wheel with low friction.","worth_installing":"Yes. Django Sekizai is production-stable, actively maintained, has no known vulnerabilities, and solves a real problem in Django template organization. The low install friction and permissive license make it a safe choice. The 1200-day gap since the last release is notable but the repository remains active with recent commits, suggesting the package is mature rather than abandoned. Install it if you're building Django projects with nested templates that need centralized CSS/JavaScript management."},"id":"django-sekizai","links":{"html":"https://skillfed.io/packages/django-sekizai","md":"https://skillfed.io/packages/django-sekizai.md","pypi":"https://pypi.org/project/django-sekizai/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-05-02","license_spdx":null,"license_treatment":"permissive","name":"django-sekizai","python_support":"supports_current","summary":"Django Sekizai"},"popularity":{"monthly_downloads":353721,"position":7301,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.1.0"}
