$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 15 of 27

Packages

django-elasticsearch-dsl With conditions
PyPI · Front-Ends · released Jul 2025

Indexes Django model instances into Elasticsearch and keeps them synchronized, providing a thin wrapper around elasticsearch-py for querying and managing search indices.

However, verify that your Elasticsearch server version matches the library's major version, and check recent commits to confirm the package still meets your needs…

BSD-3-Clausepure Python · 3.9+aging
497.0Kdownloads / mo
django-elasticsearch-dsl-drf With conditions
PyPI · Dynamic Content · released Jul 2022

Provides Django REST framework views, serializers, and filter backends to expose Elasticsearch documents as REST APIs with search, filtering, ordering, pagination, and aggregation support.

However, maintenance is dormant (last release 2022-07-03), so it is best suited for projects on Django 2.2, 3.1, or 3.2 and Elasticsearch 6.x or 7.x that do not…

GPL-2.0-onlypure Python · 2.7+dormant
139.0Kdownloads / mo
django-embed-video Worth it
PyPI · WWW/HTTP · released May 2024

Provides Django template tags and model fields to embed YouTube, Vimeo, and SoundCloud media directly into web pages with automatic URL parsing and thumbnail extraction.

MITpure Python
77.1Kdownloads / mo
django-encrypted-model-fields Skip
PyPI · WWW/HTTP · released Feb 2022

Wraps Django model fields with transparent encryption using the cryptography library, storing encrypted data in the database while allowing normal field access in Python code.

MITpure Pythonabandoned
523.8Kdownloads / mo
django-enum Worth it
PyPI · Libraries · released Jul 2026

Provides a Django model field type that stores Python enumerations (Enum, IntEnum, Flag) as database columns, automatically coercing values to their enum type on retrieval.

MITpure Python
172.4Kdownloads / mo
django-enumfields Skip
PyPI · WWW/HTTP · released Feb 2021

Provides Django model fields that store Python enums natively, allowing you to use PEP 435-style enums in models, forms, and admin interfaces with automatic label generation.

MITpure Pythonabandoned
132.8Kdownloads / mo
django-environ Worth it
PyPI · Python Modules · released Jun 2026

Loads and parses environment variables from .env files to configure Django applications using Twelve-Factor methodology, with support for type casting and URL-based connection strings.

Install it if you use Django and want environment-based configuration following industry best practices.

permissive licensepure Python
8.6Mdownloads / mo
django-esi With conditions
PyPI · WWW/HTTP · released Aug 2026

Django-ESI provides a Django app that wraps the EVE Online API (ESI) with dynamically generated clients, EVE SSO authentication support, and control over endpoint versioning.

GPL-3.0-onlypure Python
337.4Kdownloads / mo
django-etc With conditions
PyPI · Application Frameworks · released Oct 2022

Provides a collection of small utility functions and helpers for Django projects, including tools for site URLs, model introspection, admin customization, form widgets, and template tags.

BSD-3-Clausepure Pythonabandoned
159.6Kdownloads / mo
django-eventstream With conditions
PyPI · Utilities · released May 2026

Adds Server-Sent Events (SSE) streaming to Django applications, allowing views to push data to connected clients over persistent HTTP connections.

MITpure Python · 3.10+
84.3Kdownloads / mo
django-eveonline-sde With conditions
PyPI · WWW/HTTP · released Aug 2026

Provides Django models for EVE Online's Static Data Export, importing game universe data like regions, solar systems, item types, and blueprints into your database with automatic periodic updates.

GPL-3.0-onlypure Python
269.7Kdownloads / mo
django-eveuniverse With conditions
PyPI · WWW/HTTP · released Jul 2026

Provides Django models for Eve Online universe data with on-demand loading from ESI, including regions, types, planets, and entity resolution.

license unclearpure Python · 3.10+
246.7Kdownloads / mo
django-extended-choices With conditions
PyPI · Libraries · released Apr 2019

Provides a cleaner, more readable API for defining and working with Django model field choices, replacing scattered constants and tuples with a single declarative Choices object.

However, do not use it for new projects targeting newer Django or Python versions—the lack of maintenance means you will not receive compatibility updates.

BSD-3-Clausepure Pythonabandoned
91.6Kdownloads / mo
django-extensions Worth it
PyPI · Utilities · released Apr 2025

Provides a collection of custom management commands and utilities that extend Django's built-in functionality, including model visualization, URL inspection, template validation, and an enhanced interactive shell.

Install it if you develop with Django and want faster access to introspection and debugging tools.

MITpure Python · 3.9+
14.2Mdownloads / mo
django-extra-views With conditions
PyPI · Application Frameworks · released Apr 2025

Provides additional class-based views for Django that simplify common patterns like formsets, inline editing, and model creation/updating with related forms.

MITpure Python · 3.5+aging
284.8Kdownloads / mo
django-fernet-encrypted-fields With conditions
PyPI · Cryptography · released Apr 2026

Provides Django model fields that encrypt data at rest using Fernet symmetric encryption, storing encrypted values in the database while maintaining a standard Django field API.

However, verify the license status before use—the metadata shows no SPDX or raw license text.

license unclearpure Python · 3.10+
359.1Kdownloads / mo
django-fernet-fields-v2 With conditions
PyPI · Cryptography · released Aug 2023

Provides Fernet symmetric encryption for Django model fields, allowing you to encrypt sensitive data at the database level using the cryptography library.

Install only if your Django and Python versions are locked to those it was tested on, or if you are willing to fork and maintain it yourself.

MITpure Python · 3.8+abandoned
975.0Kdownloads / mo
django-fiber With conditions
PyPI · Dynamic Content · released Oct 2022

Django Fiber is a lightweight Django CMS that lets you manage page content and structure through a web interface, built on top of Django's admin and REST API.

However, do not install if you require active feature development or support for Django versions beyond 4.1—the last release was in October 2022, and no new features…

Apache-2.0pure Python · 3.6+
93.5Kdownloads / mo
django-filer Worth it
PyPI · Software Development · released Jul 2026

Django Filer is a file and image management application for Django that provides a file browser interface and handles file uploads, organization, and retrieval within Django projects.

BSD-3-Clausepure Python · 3.8+
166.3Kdownloads / mo
django-filter Worth it
PyPI · Dynamic Content · released Jul 2026

Django-filter adds dynamic QuerySet filtering to Django views and REST Framework APIs, letting you declaratively build filterable interfaces from URL parameters without writing custom filter logic.

Install it if you need to add filtering to Django views or REST APIs without writing custom filter code.

BSD-3-Clausepure Python · 3.10+
17.3Mdownloads / mo
django-filter-stubs Skip
PyPI · Quality Assurance · released Mar 2023

Provides PEP-484 type stubs for django-filter to enable static type checking with mypy and other type checkers.

MITpure Pythonabandoned
286.3Kdownloads / mo
django-fixture-magic Skip
PyPI · Python Modules · released Jul 2020

Provides Django management commands to dump database objects with their foreign-key dependencies into JSON fixtures, merge multiple fixtures, and reorder fixtures to resolve foreign-key load errors.

BSD-3-Clausepure Pythondormant
96.6Kdownloads / mo
django-flags Worth it
PyPI · Application Frameworks · released Feb 2026

Django-Flags provides a feature flag system for Django projects, allowing you to toggle functionality on and off in code and templates based on configurable conditions like dates, users, or URL values.

Install it if you need runtime control over feature availability without redeployment.

CC0-1.0pure Python · 3.10+
309.1Kdownloads / mo
django-formtools Worth it
PyPI · WWW/HTTP · released Jul 2026

django-formtools provides high-level form abstractions for Django, including multi-step form handling and form preview functionality that was previously part of Django's core.

Install it if you need multi-step form handling or form preview functionality in a Django project—these are common patterns it handles well.

BSD-3-Clausepure Python · 3.10+
3.9Mdownloads / mo
django-fsm With conditions
PyPI · Python Modules · released Oct 2025

Provides finite state machine support for Django models, allowing you to define states and controlled transitions between them using decorators and enums.

However, the aging maintenance status (311 days since last release, marked inactive) and the breaking API change in version 3.0 mean you should verify that the…

MITpure Pythonaging
609.1Kdownloads / mo
django-fsm-2 Worth it
PyPI · Python Modules · released Mar 2026

Adds declarative finite state machine support to Django models, letting you define state transitions once with decorators instead of managing state values manually throughout your code.

MITpure Python · 3.10+
437.2Kdownloads / mo
django-fsm-log Worth it
PyPI · Python Modules · released Jan 2026

Automatically logs state transitions for Django FSM models to the database, capturing the source state, target state, timestamp, and optional metadata like the user who triggered the transition.

Install it if you're using django-fsm-2 and need to audit or display state transition history; the low install friction and permissive license make it a…

MITpure Python · 3.9+
130.9Kdownloads / mo
django-google-sso Worth it
PyPI · Dynamic Content · released Jun 2026

Adds Google OAuth 2.0 authentication to Django projects with a customizable login button for the Django Admin interface, supporting PKCE and auto-user creation from allowable domains.

Install it if you need Google OAuth 2.0 authentication in Django Admin and are on Python 3.11+ and Django 5.0+.

permissive licensepure Python
203.7Kdownloads / mo
django-graphiql-debug-toolbar With conditions
PyPI · Software Development · released Aug 2021

Integrates Django Debug Toolbar into the GraphiQL IDE, providing performance profiling and debugging information directly within GraphQL query execution.

MITpure Pythondormant
177.4Kdownloads / mo
django-graphql-jwt With conditions
PyPI · Software Development · released Aug 2023

Adds JSON Web Token (JWT) authentication to Django GraphQL APIs, handling token generation, verification, and refresh through GraphQL mutations and middleware.

MITpure Python · 3.6+dormant
274.1Kdownloads / mo
django-grappelli Worth it
PyPI · Dynamic Content · released Apr 2026

Django Grappelli replaces the default Django admin interface with a grid-based, visually enhanced alternative that improves the user experience of Django's built-in administration panel.

Install it if you want to improve your Django admin interface's appearance and usability without custom development.

BSD-3-Clausepure Python
551.3Kdownloads / mo
django-grip With conditions
PyPI · Utilities · released Mar 2025

Integrates Django with GRIP-compatible proxies (Pushpin, Fastly Fanout) to delegate long-lived HTTP and WebSocket connection management away from the application.

MITbuilds from sourceaging
78.2Kdownloads / mo
django-guardian Worth it
PyPI · Python Modules · released Jul 2026

django-guardian adds per-object permission checks to Django, letting you grant or deny specific users and groups access to individual model instances rather than just model-wide permissions.

BSD-3-Clausepure Python · 3.10+
1.1Mdownloads / mo
django-guid Worth it
PyPI · Software Development · released May 2026

Attaches a unique correlation ID to all logs for every Django request, making it easy to trace related log entries across your application.

Install it if you need to correlate logs across a single request or trace requests through a distributed system.

BSD-3-Clausepure Python
251.7Kdownloads / mo
django-hashid-field Skip
PyPI · Database · released May 2024

Provides a Django model field that obfuscates integer IDs using the Hashids library, storing integers in the database while exposing them as encoded strings.

No—not for new projects.

MITpure Pythondormant
190.5Kdownloads / mo
django-hashids With conditions
PyPI · Dynamic Content · released Nov 2025

Provides a Django model field that proxies primary keys as hashids—short, unique, non-sequential strings—without storing them in the database or altering the model structure.

MITpure Pythonaging
75.4Kdownloads / mo
django-haystack With conditions
PyPI · Utilities · released Jun 2026

Haystack provides a unified search API for Django that lets you swap between different search backends (Solr, Elasticsearch, Whoosh, Xapian, etc.) without changing your application code.

BSD-3-Clausebuilds from source · 3.9+
204.9Kdownloads / mo
django-health-check Worth it
PyPI · Utilities · released Aug 2026

Provides pluggable health check endpoints for Django applications to monitor the app and its connected services like databases and DNS.

Install it if you need to integrate your Django app with orchestration systems or external monitoring.

MITpure Python · 3.10+
3.8Mdownloads / mo
django-heroku Skip
PyPI · Application Frameworks · released Mar 2018

Configures Django applications for Heroku deployment by automatically setting up databases, static files, logging, and environment variables.

MITpure Pythonabandoned
89.0Kdownloads / mo
django-hijack With conditions
PyPI · Security · released Apr 2026

Django Hijack lets administrators impersonate other users in a Django application, allowing support staff and admins to log in as another user without needing their password.

MITpure Python · 3.10+
2.1Mdownloads / mo