{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Compiles SASS/SCSS files to CSS on the fly during Django template rendering, eliminating the need for external build tools or file watchers.","skillfed_tags":["django-integration","css-preprocessing","development-tools"],"use_cases":["Develop Django projects with SCSS without running a separate daemon or build tool.","Reference SCSS files directly in templates and have them compile to CSS on demand during development.","Configure SASS variables and paths in Django settings.py instead of maintaining separate SCSS configuration files.","Debug stylesheet errors directly in Django's development server console with sourcemaps.","Precompile SCSS offline and deploy only CSS to production, avoiding compiler as a runtime dependency."],"what_it_does":"django-sass-processor is a Django app that compiles SASS/SCSS files into CSS during template rendering, without requiring external build tools, file watchers, or IDE plugins. It provides a templatetag `sass_src` that works in both Django and Jinja2 templates, and can also be used directly in Python code via the Media class for forms and admin. The processor caches compiled output and only recompiles when source files are modified, making it suitable for development workflows.\n\nThe package supports configuration through Django settings for include paths, compiler precision, and output style. It can also generate sourcemaps for easier debugging. For production, SCSS files can be precompiled offline using a management command, eliminating the need for a compiler in the deployed environment. The app automatically discovers SCSS partials in installed Django apps' static folders, reducing boilerplate configuration.","worth_installing":"Yes. The package is actively maintained, has no runtime dependencies, supports current Django versions (3.2 through 5.2) and Python versions (3.8 through 3.13), carries no known vulnerabilities, and solves a real friction point in Django development. Install it if you use SCSS in templates and want to avoid external build-tool overhead; skip it only if your project already has a mature build pipeline in place."},"id":"django-sass-processor","links":{"html":"https://skillfed.io/packages/django-sass-processor","md":"https://skillfed.io/packages/django-sass-processor.md","pypi":"https://pypi.org/project/django-sass-processor/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-06-26","license_spdx":null,"license_treatment":"permissive","name":"django-sass-processor","python_support":"unspecified","summary":"SASS processor to compile SCSS files into *.css, while rendering, or offline."},"popularity":{"monthly_downloads":251958,"position":8563,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.2"}
