$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 14 of 27

Packages

django-configurations With conditions
PyPI · Utilities · released Mar 2024

Organizes Django settings using composable Python classes instead of module-based configuration, enabling environment-specific settings through class inheritance and object-oriented patterns.

BSD-3-Clausepure Pythonaging
383.1Kdownloads / mo
django-constance Worth it
PyPI · Utilities · released Mar 2026

Django-constance lets you store and manage application settings dynamically at runtime using pluggable backends like Redis or Django's database, with built-in Django admin integration for easy updates without redeployment.

BSD-3-Clausepure Python · 3.8+
1.2Mdownloads / mo
django-contrib-comments With conditions
PyPI · Dynamic Content · released Jan 2022

Provides a Django framework for attaching comments to any model in your application, enabling user-generated comment functionality on blog posts, photos, or other content types.

However, verify compatibility with your Django version (last confirmed for 4.0) and be prepared to maintain or fork it if future Django releases introduce breaking…

BSD-3-Clausepure Pythonabandoned
212.2Kdownloads / mo
django-cookie-consent Worth it
PyPI · Python Modules · released Feb 2026

A Django application that manages cookie consent workflows, letting site visitors accept or reject cookies through a configurable consent interface stored in Django models.

BSD-2-Clause-first-linespure Python · 3.10+
77.0Kdownloads / mo
django-cors-headers Worth it
PyPI · Dynamic Content · released Sep 2025

Adds Cross-Origin Resource Sharing (CORS) headers to Django responses, enabling in-browser requests from other origins to your Django application.

Install it if you need to serve cross-origin requests from browsers or other clients.

MITpure Python · 3.9+
21.7Mdownloads / mo
django-cotton Worth it
PyPI · Dynamic Content · released Jun 2026

Django Cotton adds component-based UI composition to Django templates, letting you define reusable HTML components with slots, attributes, and template expressions without leaving Django's native template system.

Install it if you want component-based UI design without leaving Django's template system.

MITpure Python
419.3Kdownloads / mo
django-countries Worth it
PyPI · Dynamic Content · released Jun 2026

Provides a Django model field for storing country data with built-in support for ISO 3166-1 countries, translated names, flag icons, and REST Framework integration.

Install it if you need country fields in Django models; the time saved on country data management and REST Framework integration justifies the dependency.

MITpure Python · 3.10+
2.3Mdownloads / mo
django-coverage-plugin Worth it
PyPI · Testing · released Apr 2026

A coverage.py plugin that measures test coverage of Django templates, integrating template execution tracking into your coverage reports alongside Python code coverage.

Install it if you use Django templates and want to measure test coverage comprehensively.

Apache-2.0pure Python · 3.10+
1.1Mdownloads / mo
django-cprofile-middleware Skip
PyPI · Quality Assurance · released Feb 2020

Middleware that profiles Django view execution using cProfile and displays results inline when a query parameter is added to any request.

permissive licensebuilds from sourceabandoned
90.2Kdownloads / mo
django-crispy-forms Worth it
PyPI · Python Modules · released Jul 2026

Renders Django forms programmatically with full HTML control using reusable layout components, supporting multiple CSS frameworks without writing templates.

Install it if you're building Django forms and want to avoid writing HTML templates.

MITpure Python · 3.10+
3.3Mdownloads / mo
django-crontab Skip
PyPI · Installation/Setup · released Mar 2016

Integrates system crontab scheduling into Django, allowing you to define periodic tasks in Python and manage them through Django management commands.

MITbuilds from sourceabandoned
206.5Kdownloads / mo
django-crum With conditions
PyPI · Libraries · released Nov 2020

Django-CRUM stores the current request and user in thread-local storage, making them accessible throughout your application without passing the request object explicitly.

Install only if your project's Django version is within the tested range and you accept that updates will not arrive.

BSD-3-Clausepure Pythondormant
441.3Kdownloads / mo
django-cryptography With conditions
PyPI · WWW/HTTP · released Apr 2022

Wraps Python's cryptography library to add transparent field-level encryption to Django models, and provides a drop-in replacement for Django's own cryptographic primitives.

However, be aware that the last release was in April 2022; if you require support for newer Django versions or active maintenance, evaluate whether the dormant status…

BSD-3-Clausepure Python · 3.6+dormant
197.1Kdownloads / mo
django-cryptography-5 With conditions
PyPI · WWW/HTTP · released Jan 2025

Provides encrypted model fields and cryptographic utilities for Django, wrapping the cryptography library to enable transparent encryption of sensitive database fields.

However, the original project's abandonment and the fork's dormant status (563 days since release, 17 stars) suggest limited community adoption and ongoing…

BSD-3-Clausepure Python · 3.7+dormant
124.2Kdownloads / mo
django-cryptography-django5 Worth it
PyPI · WWW/HTTP · released Jun 2024

Encrypts and decrypts data in Django models using the cryptography library, providing a drop-in replacement for Django's own cryptographic primitives with symmetric encryption for database fields.

However, its Pre-Alpha status and dormant maintenance (no commits since June 2024) mean you should verify it works with your exact Django and Python versions before…

BSD-3-Clausepure Python · 3.8+dormant
500.3Kdownloads / mo
django-csp Worth it
PyPI · Python Modules · released Apr 2025

Django-CSP adds Content-Security-Policy headers to Django applications, enabling you to define and enforce browser security policies that control which resources can be loaded.

Install it if you need CSP header management in Django.

BSD-3-Clausepure Pythonaging
4.0Mdownloads / mo
django-cte With conditions
PyPI · Python Modules · released Feb 2026

Adds Common Table Expressions (CTE) support to Django's ORM, enabling recursive and hierarchical queries that the standard Django QuerySet API does not provide.

BSD-3-Clausepure Python · 3.9+
1.1Mdownloads / mo
django-currentuser With conditions
PyPI · Dynamic Content · released Jan 2026

Stores a reference to the currently logged-in request user at the thread level, making it accessible throughout your Django application without passing it as a parameter.

BSD-3-Clausepure Python · 3.10+aging
204.2Kdownloads / mo
django-cursor-pagination With conditions
PyPI · Dynamic Content · released Jul 2024

Implements cursor-based pagination for Django querysets, allowing navigation through large result sets using cursor tokens instead of page offsets.

Install it if you're building an API with infinite scroll or Relay-style pagination; skip it if you need traditional page-number navigation or total-count information.

BSD-3-Clausepure Python
110.5Kdownloads / mo
django-data-browser Worth it
PyPI · Front-Ends · released Jun 2026

Provides an interactive web interface for exploring and querying Django database models through the admin interface, supporting filtering, aggregation, sorting, pivoting, and CSV/JSON export.

MITpure Python · 3.10+
96.4Kdownloads / mo
django-datadog-logger Worth it
PyPI · Monitoring · released Jul 2026

Integrates Django applications with Datadog logging by providing middleware for request tracking, error logging, and JSON-formatted log output compatible with Datadog's ingestion.

Install it if you need structured logging in Django with Datadog compatibility; skip it if you use a different observability platform or don't need JSON-formatted logs.

MITpure Python · 3.10+
265.6Kdownloads / mo
django-datatables-view Skip
PyPI · Dynamic Content · released Apr 2022

Provides a Django view base class that handles server-side processing for DataTables, managing sorting, filtering, and JSON output generation.

MITpure Python · 3.6+abandoned
167.2Kdownloads / mo
django-db-connection-pool With conditions
PyPI · Python Modules · released May 2025

Provides connection pooling for Django database backends (MySQL, Oracle, PostgreSQL, and JDBC-based databases) using SQLAlchemy's pool implementation to manage persistent connections in multiprocess and multithreaded environments.

MITpure Python · 3.0+aging
199.8Kdownloads / mo
django-db-geventpool With conditions
PyPI · Application Frameworks · released Feb 2025

Provides a gevent-based connection pool for Django's PostgreSQL database backend, reducing connection overhead in concurrent applications.

However, the aging maintenance status (537 days since last activity) and the fact that Django 5.1+ now has native pool support mean you should verify compatibility…

Apache-2.0pure Pythonaging
90.3Kdownloads / mo
django-dbbackup Worth it
PyPI · Database · released Apr 2026

Provides Django management commands to backup and restore project databases and media files to various storage backends (S3, Dropbox, local storage) with optional GPG encryption and compression.

BSD-3-Clausepure Python · 3.10+
298.6Kdownloads / mo
django-dbconn-retry With conditions
PyPI · Database · released May 2026

Automatically reconnects Django database connections when the underlying TCP connection has been closed, retrying the failed operation instead of immediately raising an OperationalError.

BSD-3-Clausepure Python
92.1Kdownloads / mo
django-debug-toolbar Worth it
PyPI · Python Modules · released Aug 2026

Displays debug information panels in Django applications during development, showing request/response details, SQL queries, and other diagnostic data directly in the browser.

BSD-3-Clausepure Python · 3.10+
9.0Mdownloads / mo
django-debug-toolbar-template-profiler With conditions
PyPI · Python Modules · released Jun 2022

Adds a debug panel to django-debug-toolbar that measures and displays the time spent rendering each template, supporting both Django and Jinja2 templates.

BSD-3-Clausepure Pythondormant
85.8Kdownloads / mo
django-debug-toolbar-template-timings Skip
PyPI · Debuggers · released Feb 2018

A Django Debug Toolbar panel that measures and displays the time spent rendering each template, including nested templates loaded via extends and include tags.

license unclearpure Pythonabandoned
76.2Kdownloads / mo
django-decorator-include Worth it
PyPI · WWW/HTTP · released Jun 2026

Applies decorators to Django URL patterns included from other modules, letting you wrap entire URL configurations with authentication, permission checks, or other logic.

BSD-2-Clausepure Python · 3.6+
189.5Kdownloads / mo
django-defender With conditions
PyPI · Libraries · released Feb 2024

Blocks brute-force login attempts in Django by tracking failed attempts via Redis cache, without requiring database queries on each login check.

Apache-2.0pure Pythonaging
136.1Kdownloads / mo
django-deprecate-fields Worth it
PyPI · Database · released Jan 2026

Provides a decorator to mark Django model fields as deprecated, automatically making them nullable and returning None on access, enabling safe field removal across deployments.

permissive licensepure Python
2.8Mdownloads / mo
django-diagram With conditions
PyPI · WWW/HTTP · released Feb 2023

Generates Entity Relationship Diagrams in Mermaid format from Django project models by introspecting your Django configuration.

license unclearpure Pythondormant
86.6Kdownloads / mo
django-dirtyfields Worth it
PyPI · Python Modules · released Jan 2026

Tracks which fields on a Django model instance have been modified in memory but not yet saved to the database, providing methods to check dirty status and retrieve changed field values.

BSD-3-Clausepure Python · 3.10+
671.0Kdownloads / mo
django-dotenv With conditions
PyPI · WWW/HTTP · released Dec 2017

Loads environment variables from a .env file into Django's manage.py and WSGI applications before Django initializes.

MITpure Pythonabandoned
239.9Kdownloads / mo
django-dramatiq With conditions
PyPI · Application Frameworks · released Nov 2025

Integrates Dramatiq, a distributed task queue, into Django applications to handle asynchronous job processing and background task execution.

However, the aging maintenance status (274 days since last release) means you should verify compatibility with your Django and Dramatiq versions and be prepared to…

license unclearpure Python · 3.10+aging
220.9Kdownloads / mo
django-dynamic-fixture With conditions
PyPI · Software Development · released Sep 2023

Creates dynamic Django model instances for testing without manual fixture setup, letting you generate test data with minimal boilerplate.

Install it if you want to reduce test boilerplate; skip it only if your project uses minimal fixtures or a different test-data strategy.

permissive licensepure Pythondormant
162.6Kdownloads / mo
django-dynamic-preferences With conditions
PyPI · Application Frameworks · released Jan 2025

Stores and retrieves application settings dynamically in a Django database, allowing per-user or per-instance preferences to be updated without server restart.

However, verify compatibility with your Django version before adopting, given the 581-day gap since the last release.

BSD-3-Clausepure Pythonaging
161.9Kdownloads / mo
django-easy-audit With conditions
PyPI · Python Modules · released Jun 2026

Logs every CRUD operation, authentication event, and HTTP request in a Django project automatically via signals, storing them in queryable database models without requiring code changes to your existing models.

GPL-3.0-onlypure Python
109.5Kdownloads / mo
django-ebhealthcheck With conditions
PyPI · Python Modules · released Aug 2022

Automatically adds an Elastic Beanstalk instance's public IP to Django's ALLOWED_HOSTS during application startup, allowing health checks to succeed without 400 Bad Request errors.

Install it if this is your deployment model; skip it otherwise.

BSD-3-Clausepure Pythondormant
80.2Kdownloads / mo