{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"Applies decorators to Django URL patterns included from other modules, letting you wrap entire URL configurations with authentication, permission checks, or other logic.","skillfed_tags":["django-urls","decorators"],"use_cases":["Protect an entire section of your site by wrapping its URL include with login_required and permission decorators.","Apply custom authentication logic to a group of endpoints without repeating the decorator on every view.","Enforce role-based access control on a module of views by stacking multiple permission-check decorators in one include.","Add request logging or rate-limiting to a subsection of your URL configuration by including it with a custom decorator."],"what_it_does":"django-decorator-include is a utility that extends Django's URL routing to apply decorators to entire included URL configurations at once. Instead of decorating individual views, you pass one or more decorators alongside the URL module you want to include, and all views in that module inherit those decorators in the order you specify.\n\nIt's useful when you have a set of related views that all need the same protection or behavior\u2014such as a login requirement or permission check\u2014without decorating each view individually. The package depends only on Django and importlib_metadata, has no known vulnerabilities, and supports Django versions from 2.2 through 6.1.","worth_installing":"Yes. This is a lightweight, actively maintained utility that solves a real Django routing problem with no security vulnerabilities, permissive licensing, and low install friction. Use it when you have groups of views that need the same decorator logic."},"id":"django-decorator-include","links":{"html":"https://skillfed.io/packages/django-decorator-include","md":"https://skillfed.io/packages/django-decorator-include.md","pypi":"https://pypi.org/project/django-decorator-include/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-23","license_spdx":"BSD-2-Clause","license_treatment":"permissive","name":"django-decorator-include","python_support":"supports_current","summary":"Include Django URL patterns with decorators"},"popularity":{"monthly_downloads":189472,"position":9928,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.5"}
