$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 12 of 27

Packages

dj-datatables-view With conditions
PyPI · Dynamic Content · released Feb 2022

Provides a Django base view for server-side DataTables processing, handling sorting, filtering, and JSON output generation for DataTables 1.9, 1.10, and 1.11.

MITpure Pythonabandoned
238.2Kdownloads / mo
dj-email-url With conditions
PyPI · Python Modules · released Sep 2022

Configures Django email backends from environment variables using URL-style connection strings, following the 12-factor app pattern.

However, note that maintenance is dormant (no release since September 2022); verify compatibility with your Django and Python versions before adopting, especially if…

BSD-3-Clausepure Pythondormant
220.3Kdownloads / mo
dj-inmemorystorage With conditions
PyPI · WWW/HTTP · released Mar 2020

An in-memory storage backend for Django that implements Django's storage API without persisting data to disk by default.

However, the package is abandoned and will not receive updates for modern Django or Python versions, so it is not suitable for new projects targeting current releases.

BSD-3-Clausepure Pythonabandoned
227.4Kdownloads / mo
dj-materialized-views Skip
PyPI · Libraries · released Nov 2022

Manages PostgreSQL materialized views through a Django admin interface, allowing creation, deletion, indexing, and scheduled refresh of materialized views.

BSD-3-Clausepure Python · 3.6+abandoned
174.1Kdownloads / mo
dj-rest-auth With conditions
PyPI · Software Development · released Mar 2026

Provides drop-in REST API endpoints for user authentication, registration, password management, and multi-factor authentication in Django REST Framework applications.

permissive licensebuilds from source · 3.10+
815.5Kdownloads / mo
dj-static Skip
PyPI · Python Modules · released Jul 2014

Wraps a WSGI application to serve static files in production using a production-ready WSGI static file server, avoiding the built-in static file serving approach.

BSD-3-Clausebuilds from sourceabandoned
86.3Kdownloads / mo
dj-stripe With conditions
PyPI · Python Modules · released Jun 2026

dj-stripe syncs Stripe payment objects into Django models via webhooks, giving you a local database copy of your Stripe data that stays in sync automatically.

MITpure Python · 3.11+
487.5Kdownloads / mo
djade With conditions
PyPI · Markup · released Feb 2026

Djade is a command-line formatter for Django template syntax, built in Rust for speed, that rewrites template files in place according to Django's style guide and can upgrade old template syntax to target Django versions.

MITcompiled wheel · 3.10+
131.7Kdownloads / mo
Django Worth it
PyPI · Python Modules · released Aug 2026

Django is a high-level Python web framework for building database-backed web applications with an integrated ORM, admin interface, and form handling.

Install it if you are building a web application that needs ORM, admin interface, authentication, or form handling.

BSD-3-Clausepure Python · 3.12+
55.4Mdownloads / mo
django-ace Worth it
PyPI · Dynamic Content · released May 2026

Integrates the ACE code editor into Django forms as a widget, providing syntax highlighting, themes, and code editing features for text fields.

Install it if you need syntax highlighting and code editing in a Django form or admin interface.

BSD-2-Clausepure Python · 2+
161.5Kdownloads / mo
django-activity-stream With conditions
PyPI · Utilities · released Oct 2023

Django Activity Stream generates and displays activity feeds from user actions on your site, allowing users to follow actors and see personalized streams of events.

BSD-3-Clausepure Pythonaging
151.0Kdownloads / mo
django-add-default-value With conditions
PyPI · Python Modules · released Feb 2022

Provides a Django migration operation to set database-level default values for fields, enabling backward-compatible schema changes when adding new columns with defaults to existing tables.

Apache-2.0pure Pythondormant
326.4Kdownloads / mo
django-admin-autocomplete-filter With conditions
PyPI · Python Modules · released Sep 2021

Adds autocomplete-based filtering to Django admin list views, replacing standard dropdown filters with searchable select2 widgets for foreign key and related fields.

LGPL-3.0-onlypure Pythondormant
584.0Kdownloads / mo
django-admin-csvexport With conditions
PyPI · Software Development · released Jan 2026

Adds a Django admin action that exports selected model instances from the admin changelist as CSV data, with configurable field selection and format options.

Install it if exporting from admin is a core workflow; skip it if you need heavy data transformation or real-time exports.

permissive licensepure Pythonaging
86.9Kdownloads / mo
django-admin-data-views Worth it
PyPI · Dynamic Content · released Nov 2024

Adds custom data views to the Django admin panel, displaying non-model data from APIs or files in table and item views alongside regular models.

MITpure Python
137.8Kdownloads / mo
django-admin-env-notice With conditions
PyPI · Dynamic Content · released Oct 2024

Adds a colored banner to Django Admin to visually label the current environment (e.g., production, staging) and help prevent accidental changes in the wrong environment.

BSD-3-Clausepure Pythonaging
125.0Kdownloads / mo
django-admin-extra-buttons Worth it
PyPI · Python Modules · released May 2026

Adds custom buttons, links, and views to Django admin pages through simple decorators, enabling wizards, actions, and external resource links without modifying core admin templates.

BSD-3-Clausepure Python · 3.12+
155.7Kdownloads / mo
django-admin-inline-paginator With conditions
PyPI · Python Modules · released Apr 2023

Adds pagination controls to Django admin inline forms, allowing you to display related objects in smaller, navigable pages instead of a single long list.

However, do not install if you require active maintenance or expect compatibility updates for future Django or Python versions—the project is explicitly abandoned as…

MITpure Python · 3.3+abandoned
2.3Mdownloads / mo
django-admin-inline-paginator-plus With conditions
PyPI · Python Modules · released Mar 2026

Adds pagination to Django admin inline forms, allowing you to display related objects in smaller, navigable chunks rather than all at once.

MITpure Python · 3.8+
182.9Kdownloads / mo
django-admin-interface Worth it
PyPI · Build Tools · released Dec 2025

Replaces Django's default admin interface with a modern, responsive, customizable flat design that lets administrators modify themes, colors, logos, and layout without code.

MITpure Python
270.0Kdownloads / mo
django-admin-list-filter-dropdown With conditions
PyPI · WWW/HTTP · released Oct 2019

Renders Django admin list filters as dropdown menus instead of long checkbox lists, reducing clutter when filtering by fields with many values.

However, be aware that maintenance is dormant—the last release was 2019-10-14.

MITpure Pythondormant
1.3Mdownloads / mo
django-admin-rangefilter Worth it
PyPI · Utilities · released Aug 2026

Adds date range, datetime range, and numeric range filters to Django's admin interface, allowing users to filter model lists by custom date or value ranges.

MITpure Python
1.4Mdownloads / mo
django-admin-sortable2 Worth it
PyPI · Python Modules · released Jan 2026

Adds drag-and-drop reordering of model instances directly in Django Admin's List, Stacked Inline, and Tabular Inline views through simple mixin classes.

MITpure Python
1.4Mdownloads / mo
django-admin-tools With conditions
PyPI · Python Modules · released Aug 2023

Extends Django's default admin interface with a customizable dashboard, menu bar, and theming tools to improve admin usability and appearance.

MITpure Pythonabandoned
208.7Kdownloads / mo
django-adminplus With conditions
PyPI · Python Modules · released Dec 2023

Adds custom admin views to Django's admin interface without tying them to models, letting you register arbitrary views that appear in the admin dashboard.

However, dormant maintenance means you should verify compatibility with your specific Django version before relying on it for new projects; consider it suitable for…

BSD-3-Clausepure Python · 3.7+dormant
917.6Kdownloads / mo
django-ajax-selects Skip
PyPI · Python Modules · released Sep 2024

Adds autocomplete search fields to Django Admin for managing ForeignKey, ManyToMany, and CharField relationships using jQuery UI.

MITpure Pythondormant
118.1Kdownloads / mo
django-allauth Worth it
PyPI · Python Modules · released Aug 2026

Provides integrated local and social authentication for Django applications, supporting multiple login schemes, identity providers (OAuth 2.0, OpenID Connect, SAML 2.0), and account management with email verification and rate limiting.

MITpure Python · 3.10+
5.0Mdownloads / mo
django-allauth-2fa With conditions
PyPI · Python Modules · released Jan 2025

Adds two-factor authentication to django-allauth versions older than 0.58.0, supporting authenticator apps via QR code and single-use backup codes.

However, strongly prefer upgrading to django-allauth 0.58.0+ and using its built-in MFA support if your project timeline allows—this package is a temporary bridge,…

Apache-2.0pure Python · 3.8+
91.3Kdownloads / mo
django-allow-cidr With conditions
PyPI · WWW/HTTP · released Apr 2025

A Django middleware that extends ALLOWED_HOSTS validation to support CIDR IP ranges, allowing you to whitelist entire subnets instead of individual IP addresses.

Apache-2.0pure Pythonaging
965.1Kdownloads / mo
django-analytical Worth it
PyPI · Python Modules · released Jul 2025

Integrates multiple third-party analytics services into Django projects through a unified template interface, eliminating the need to manually embed service-specific tracking code.

MITpure Python · 3.9+
93.0Kdownloads / mo
django-annoying With conditions
PyPI · Application Frameworks · released Apr 2025

Provides a collection of Django utility decorators and helper functions to reduce boilerplate code in views, models, and form handling.

BSD-3-Clausepure Python · 3.0+aging
522.9Kdownloads / mo
django-anon With conditions
PyPI · Database · released Jul 2021

Anonymizes Django model data in place using bulk operations, replacing sensitive fields with fake or static values to create safe development copies of production databases.

MITpure Pythondormant
140.9Kdownloads / mo
django-anymail Worth it
PyPI · Python Modules · released Jul 2026

Sends and receives email in Django through multiple transactional email service providers (ESPs) with a unified API that avoids vendor lock-in.

Install it if you're using Django and any transactional ESP; the abstraction pays for itself the moment you need to switch providers.

BSD-3-Clausepure Python · 3.10+
3.2Mdownloads / mo
django-appconf Worth it
PyPI · Utilities · released Nov 2025

Provides a base class for Django apps to define and manage configuration settings with sensible defaults that can be overridden in Django's global settings.

BSD-3-Clausepure Python · 3.9+aging
4.8Mdownloads / mo
django-apscheduler With conditions
PyPI · Monitoring · released Sep 2024

Adds persistent job scheduling to Django applications using APScheduler, storing scheduled tasks in the database and providing Django admin integration for job management and execution monitoring.

MITpure Pythonaging
230.5Kdownloads / mo
django-auditlog Worth it
PyPI · Database · released Dec 2025

django-auditlog logs changes to Django model instances, recording what changed, when, and which user made the change, storing the summary in JSON format.

Install it if you need audit logging for Django models and want a simple, proven solution.

MITpure Python · 3.10+
1.4Mdownloads / mo
django-auth-adfs With conditions
PyPI · Python Modules · released Jan 2026

Integrates Django applications with Microsoft ADFS and Azure AD for single sign-on authentication, automatically provisioning users and group memberships from directory claims.

BSD-3-Clausepure Python
147.8Kdownloads / mo
django-auth-ldap With conditions
PyPI · Python Modules · released Dec 2025

Provides a Django authentication backend that validates user credentials against an LDAP directory service, supporting user search, group membership, and permission mapping.

Install only if your deployment uses LDAP or Active Directory; it adds no value for applications with local-only authentication.

BSD-3-Clausepure Python · 3.10+
693.3Kdownloads / mo
django-authlib Worth it
PyPI · Dynamic Content · released Jul 2026

Provides passwordless authentication for Django using email-based links or OAuth2 from Google, Microsoft, Facebook, and Twitter.

MITpure Python · 3.9+
96.1Kdownloads / mo
django-autocomplete-light Worth it
PyPI · Python Modules · released Jun 2026

Provides autocomplete widgets for Django forms that integrate with Django's choice and model choice fields, supporting both native web components and select2.js.

Install it if you need autocomplete widgets in Django forms.

MITpure Python · 3.11+
754.7Kdownloads / mo