$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 16 of 27

Packages

django-hosts Worth it
PyPI · Dynamic Content · released Jun 2025

Routes HTTP requests to different Django URL configurations based on the requested hostname, enabling a single Django project to serve multiple subdomains with distinct URL schemes.

BSD-3-Clausepure Python · 3.9+
397.7Kdownloads / mo
django-htmlmin Skip
PyPI · HTML · released Mar 2019

Minifies HTML by removing whitespace and comments, reducing response size for faster client-side load times. Works as Django middleware, a decorator, a standalone function, or a command-line tool.

BSD-3-Clausebuilds from sourceabandoned
906.3Kdownloads / mo
django-htmx Worth it
PyPI · Dynamic Content · released Aug 2026

Provides Django integration utilities for htmx, enabling server-side support for htmx attributes and request handling within Django applications.

MITpure Python · 3.10+
1.7Mdownloads / mo
django-ical With conditions
PyPI · Python Modules · released Jun 2023

Generates iCalendar (iCal) feeds from Django models using Django's syndication feed framework as a base, supporting events, to-do items, alarms, and recurrence rules.

MITpure Pythondormant
172.3Kdownloads / mo
django-imagekit Worth it
PyPI · Utilities · released Feb 2026

Automated image processing for Django models—generates thumbnails, resized versions, and transformed images from uploaded files using declarative specs.

Install it if you need to generate derived images from user uploads or other sources in a Django project.

BSD-3-Clausepure Python
521.4Kdownloads / mo
django-impersonate With conditions
PyPI · Dynamic Content · released Apr 2025

Allows Django superusers to temporarily assume the identity of other user accounts for testing and support purposes, with the original user remaining traceable.

However, install friction is high (source distribution only), and maintenance is aging (496 days since last release).

BSD-3-Clausebuilds from sourceaging
268.8Kdownloads / mo
django-import-export Worth it
PyPI · Software Development · released May 2026

Handles import and export of data to and from Django models across multiple file formats (CSV, JSON, XLSX, etc.), with optional Django Admin integration for UI-driven operations.

BSD-3-Clausepure Python · 3.9+
3.0Mdownloads / mo
django-invitations With conditions
PyPI · Python Modules · released Nov 2023

Provides a generic invitation system for Django applications with pluggable backends and built-in support for django-allauth authentication.

GPL-3.0-onlypure Python
100.3Kdownloads / mo
django-ipware With conditions
PyPI · WWW/HTTP · released Apr 2024

Retrieves the client's IP address from a Django request object, handling proxies and multiple header precedence orders to extract the originating client IP.

MITpure Python · 3.8+dormant
5.9Mdownloads / mo
django-jazzmin With conditions
PyPI · Python Modules · released Jun 2026

A drop-in Django admin theme that reskins the default admin interface with AdminLTE 3.2 and Bootstrap 5 styling, requiring no code changes to activate.

MITpure Python · 3.10+
604.4Kdownloads / mo
django-jinja Worth it
PyPI · WWW/HTTP · released Sep 2023

Integrates Jinja2 templating into Django, allowing you to use Jinja2 syntax alongside or instead of Django's default template language.

Install it if you prefer Jinja2's syntax or are migrating a Jinja2 project into Django.

BSD-3-Clausepure Python · 3.8+
278.3Kdownloads / mo
django-js-asset Worth it
PyPI · Software Development · released Jun 2026

Adds script, stylesheet, and JSON tags with custom attributes to Django's forms.Media, enabling CSP-compatible data injection and import map support.

BSD-3-Clausepure Python · 3.10+
3.5Mdownloads / mo
django-js-reverse Worth it
PyPI · Dynamic Content · released May 2026

Exposes Django named URLs to JavaScript, allowing frontend code to generate URL paths using the same route definitions as the backend without hardcoding strings.

permissive licensepure Python · 3.10+
109.9Kdownloads / mo
django-json-widget Worth it
PyPI · Front-Ends · released Dec 2025

Provides a rich JSON editor widget for Django's admin interface and forms, enabling visual editing of JSONField data with syntax highlighting and validation.

BSD-3-Clausepure Python
1.1Mdownloads / mo
django-jsoneditor With conditions
PyPI · Dynamic Content · released Feb 2023

Provides a Django form widget for editing JSON data using an embedded online JSON editor interface, integrating with Django's JSONField implementations.

Install only if you can verify license compliance in the repository and confirm compatibility with your Django and Python versions.

license unclearpure Pythonaging
222.6Kdownloads / mo
django-jsonfield Skip
PyPI · Database · released Oct 2020

Provides a JSONField for Django models that stores JSON-encodable objects in the database and deserializes them on retrieval.

BSD-3-Clausepure Pythonabandoned
125.4Kdownloads / mo
django-jsonform With conditions
PyPI · WWW/HTTP · released Jan 2025

Provides a user-friendly JSON editing form widget for Django admin, supporting file uploads, nested structures, array fields, and validation with a UI that matches Django admin's design.

BSD-3-Clausepure Python · 3.4+dormant
473.3Kdownloads / mo
django-leaflet With conditions
PyPI · Utilities · released Dec 2025

Integrates the Leaflet JavaScript mapping library into Django projects, providing map widgets for forms and template rendering with server-side configuration.

LGPL-3.0-onlypure Python · 3.10+aging
111.2Kdownloads / mo
django-libsass With conditions
PyPI · Dynamic Content · released Jul 2021

Integrates Sass compilation into Django projects via django-compressor, using libsass to compile SCSS files to CSS during the asset pipeline.

However, the dormant maintenance status (last release 2021-07-08) means you should verify compatibility with your Django and libsass versions before committing, and…

BSD-3-Clausepure Pythondormant
1.0Mdownloads / mo
django-lifecycle Worth it
PyPI · Application Frameworks · released Jun 2026

Adds declarative lifecycle hooks to Django models via a @hook decorator, letting you run code at specific model events (before/after create, update, delete) without overriding save() or using Signals.

MITpure Python
257.8Kdownloads / mo
django-linear-migrations Worth it
PyPI · Software Development · released Sep 2025

Enforces linear migration history in Django projects by tracking the latest migration per app in max_migration.txt files, preventing merge conflicts and out-of-order migration execution.

Install it if your team works on multiple branches simultaneously; the setup cost is minimal and the conflict-detection benefit is substantial.

MITpure Python · 3.9+
3.0Mdownloads / mo
django-localflavor Worth it
PyPI · WWW/HTTP · released Aug 2026

Provides country-specific form fields, validators, and helpers for Django applications, such as postal code formats and government ID number validation tailored to individual countries.

BSD-3-Clausepure Python · 3.9+
1.0Mdownloads / mo
django-log-formatter-asim With conditions
PyPI · Monitoring · released Jul 2026

Formats Django application logs in Azure Sentinel's ASIM (Advanced Security Information Model) schema, converting standard Django logging output to structured JSON that conforms to Microsoft's normalization format.

MITpure Python
108.1Kdownloads / mo
django-log-request-id Worth it
PyPI · Dynamic Content · released Mar 2026

Attaches a unique request ID to every log message generated during a Django HTTP request, enabling you to trace all logs from a single request across your application.

BSD-3-Clausepure Python · 3.10+
760.1Kdownloads / mo
django-logentry-admin With conditions
PyPI · Dynamic Content · released May 2021

Registers Django's built-in LogEntry model in the admin site, making audit logs viewable and searchable through the standard Django admin interface.

However, do not install if you need support for newer Django or Python versions; the abandoned status means no updates are forthcoming.

ISCpure Pythonabandoned
73.9Kdownloads / mo
django-loginas With conditions
PyPI · Dynamic Content · released Jan 2026

Adds a "Log in as user" button to the Django admin interface, allowing superusers to impersonate other users without knowing their passwords.

permissive licensepure Pythonaging
2.2Mdownloads / mo
django-magiclink With conditions
PyPI · Dynamic Content · released Jul 2023

Adds passwordless email-based authentication to Django applications using single-use magic links instead of passwords.

However, verify compatibility with your Django version first—the last release was 2023-07-13 and maintenance is dormant, so test thoroughly before deploying to…

MITpure Pythondormant
108.3Kdownloads / mo
django-maintenance-mode Worth it
PyPI · Build Tools · released Jul 2026

Activates a 503 maintenance page in Django applications without requiring database access or stopping the application server.

Install it if you need to take your site offline without restarting the server.

MITpure Python
278.1Kdownloads / mo
django-map-widgets Worth it
PyPI · Python Modules · released Jul 2026

Provides interactive and static map widgets for Django GeoDjango form fields, supporting Google Maps, Mapbox, and Leaflet with point-field editing and display.

MITpure Python · 3.10+
138.0Kdownloads / mo
django-markdownify Worth it
PyPI · HTML · released May 2026

A Django template filter that converts Markdown text to sanitized HTML, wrapping the markdown and bleach libraries for safe rendering in templates.

permissive licensepure Python · 3.7+
154.7Kdownloads / mo
django-markdownx Worth it
PyPI · Python Modules · released May 2026

Django MarkdownX provides a Markdown editor widget for Django applications with live preview, drag-and-drop image uploads, and image manipulation capabilities.

BSD-3-Clausepure Python
147.6Kdownloads / mo
django-mathfilters With conditions
PyPI · Python Modules · released Feb 2020

Provides Django template filters for basic arithmetic operations—subtraction, multiplication, division, modulo, and absolute value—that Django's built-in template system does not include.

MITpure Pythonabandoned
636.8Kdownloads / mo
django-mcp-server With conditions
PyPI · Application Frameworks · released Oct 2025

Exposes Django models and custom logic as Model Context Protocol (MCP) tools, allowing AI agents and MCP clients to query and interact with Django applications through a standardized interface.

MITpure Python · 3.10+aging
204.3Kdownloads / mo
django-memoize Skip
PyPI · Dynamic Content · released Apr 2020

Caches function and method results in Django applications using memoization, reducing redundant computation by storing and reusing previously computed outputs.

BSD-3-Clausebuilds from sourceabandoned
105.1Kdownloads / mo
django-migration-linter With conditions
PyPI · Quality Assurance · released Jan 2026

Analyzes Django migrations to detect backward-incompatible operations that could break older codebases, running as a management command or integration point during migration generation.

permissive licensepure Python · 3.9+aging
1.4Mdownloads / mo
django-mjml Worth it
PyPI · Libraries · released Dec 2025

Provides a Django template tag that compiles MJML (Mailjet Markup Language) to HTML, supporting multiple rendering backends including command-line, TCP server, and HTTP API modes.

MITpure Python · 3.9+
101.3Kdownloads / mo
django-mock-queries Worth it
PyPI · Testing · released Sep 2024

Mocks Django QuerySet operations in memory for unit testing, supporting filtering, aggregation, field lookups, and CRUD operations without a database.

Install it if you want to test query logic without database overhead; skip it only if your test suite already has fast database fixtures or you need QuerySet methods…

MITpure Python
204.8Kdownloads / mo
django-model-utils Worth it
PyPI · Application Frameworks · released Sep 2024

Provides reusable model mixins and field utilities for Django applications, including soft-delete models, field tracking, status management, and inheritance helpers.

Install it if your project uses Django and you need any of its utilities—field tracking, soft deletes, timestamped models, or status management.

BSD-3-Clausepure Python · 3.8+
4.9Mdownloads / mo
django-modelcluster Worth it
PyPI · Application Frameworks · released May 2026

django-modelcluster extends Django models to work with clusters of related objects in memory before saving to the database, using ParentalKey and ParentalManyToManyField relations.

BSD-3-Clausepure Python · 3.10+
1.0Mdownloads / mo
django-modeltree With conditions
PyPI · Software Development · released Jan 2026

Provides a simplified interface for navigating Django model relationships and accessing related objects without complex query building.

However, the aging maintenance status (last commit 2026-01-29, only 3 stars) suggests limited community support; verify that it meets your specific use case and that…

BSD-3-Clausepure Pythonaging
85.7Kdownloads / mo