$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 18 of 27

Packages

django-pgtrigger With conditions
PyPI · Database · released Dec 2025

django-pgtrigger lets you define PostgreSQL triggers declaratively on Django models, enabling database-level enforcement of constraints, state transitions, and data operations without application code.

BSD-3-Clausepure Pythonaging
1.5Mdownloads / mo
django-pgviews-redux With conditions
PyPI · Database · released Mar 2026

Adds first-class PostgreSQL view support to Django's ORM, allowing you to define, manage, and query database views as Django models.

license unclearpure Python · 3.10+
234.5Kdownloads / mo
django-phonenumber-field Worth it
PyPI · WWW/HTTP · released Jul 2026

Provides a Django model field for storing, validating, and formatting international phone numbers using Google's libphonenumber library.

MITpure Python · 3.10+
6.6Mdownloads / mo
django-phonenumbers Skip
PyPI · Dynamic Content · released Aug 2015

Provides a Django model field and form field for storing, validating, and formatting phone numbers with region-specific patterns and display rules.

BSD-3-Clausepure Pythonabandoned
78.5Kdownloads / mo
django-picklefield With conditions
PyPI · Python Modules · released Nov 2025

Provides a Django model field that stores and retrieves any picklable Python object directly in the database, handling serialization and deserialization automatically.

Install only if you understand the pickle security implications and will never assign unsanitized user input to PickledObjectField.

MITpure Python · 3.10+aging
1.3Mdownloads / mo
django-pickling Skip
PyPI · Python Modules · released May 2017

Speeds up Django model pickling by 2-3 times and reduces serialized size by optimizing how model instances are converted to bytes.

BSD-3-Clausebuilds from sourceabandoned
111.3Kdownloads / mo
django-pipeline Worth it
PyPI · Python Modules · released Sep 2025

django-pipeline bundles and compresses CSS and JavaScript assets in Django projects, concatenating multiple files into optimized outputs during the collectstatic command.

Install it if your project uses Django's static files system and you want straightforward concatenation and compression; skip it if you're already using webpack,…

MITpure Python · 3.9+
252.0Kdownloads / mo
django-post_office Worth it
PyPI · Python Modules · released Apr 2026

Django Post Office queues and sends emails asynchronously with template support, HTML rendering, and database-backed scheduling.

Install it if you need to queue emails, use templates, or avoid blocking requests on mail operations.

MITpure Python · 3.9+
130.2Kdownloads / mo
django-postgres-copy With conditions
PyPI · Database · released Jun 2025

Provides Django ORM integration for PostgreSQL's COPY command to rapidly import and export delimited data without loading everything into memory.

Install it if bulk operations speed is a requirement; skip it if you only work with small datasets or non-PostgreSQL databases.

MITpure Python · 3.9+aging
1.1Mdownloads / mo
django-postgres-extra Worth it
PyPI · WWW/HTTP · released Jul 2025

Extends Django's ORM to expose PostgreSQL-specific features like native upserts, HStore field constraints, table partitioning, and specialized indexes through a single integrated package.

MITpure Python · 3.6+
503.8Kdownloads / mo
django-prbac With conditions
PyPI · Python Modules · released Sep 2025

Implements parameterized role-based access control (PRBAC) for Django applications, allowing you to define roles and privileges with parameters to control who can do what across your system.

license unclearpure Python · 3.9+
77.7Kdownloads / mo
django-premailer With conditions
PyPI · Python Modules · released Jun 2016

A Django template tag that converts CSS blocks into inline style attributes on HTML elements, typically used to prepare HTML for email delivery where external stylesheets are not supported.

MITpure Pythondormant
211.8Kdownloads / mo
django-prettyjson Skip
PyPI · Dynamic Content · released Aug 2018

Adds a collapsible, interactive JSON viewer widget to Django forms, admin interfaces, and templates, rendering JSON data with syntax highlighting and expandable tree navigation.

No, not for new projects.

BSD-3-Clausepure Pythonaging
178.8Kdownloads / mo
django-private-storage Worth it
PyPI · Python Modules · released Oct 2025

Provides a Django storage backend that restricts file uploads and downloads to authenticated users, integrating with Django's model fields and admin interface.

permissive licensepure Pythonaging
74.2Kdownloads / mo
django-prometheus Worth it
PyPI · Monitoring · released May 2026

Exports Django application metrics (requests, database queries, cache operations, model changes) to Prometheus for monitoring and alerting.

Apache-2.0pure Python
4.5Mdownloads / mo
django-push-notifications Worth it
PyPI · WWW/HTTP · released Nov 2025

A Django app that manages device registrations and sends push notifications through APNS, FCM/GCM, WNS, and WebPush protocols.

Install it if you need to send notifications across APNS, FCM, WNS, or WebPush; skip it if you only target a single platform or use a third-party notification service.

MITpure Python · 3.7+
279.2Kdownloads / mo
django-pydantic-field Worth it
PyPI · Application Frameworks · released Feb 2026

Provides type-safe Pydantic model schemas for Django JSONFields with automatic validation, supporting both Pydantic v1 and v2, and integrating with Django Forms, Admin, and Django REST Framework.

MITpure Python · 3.10+
1.6Mdownloads / mo
django-q2 Worth it
PyPI · Python Modules · released Aug 2026

Django Q2 is a multiprocessing distributed task queue for Django that lets you offload work to background workers, schedule recurring tasks, and monitor job execution through Django Admin.

Install it if you need background task processing and prefer a simpler, Django-native solution over a separate message broker architecture.

MITpure Python
571.3Kdownloads / mo
django-qr-code Worth it
PyPI · Python Modules · released May 2025

Generates QR codes as embedded SVG or PNG images in Django templates, with customization options for size, error correction, border, and caching support.

Install it if you need QR codes in a Django project.

BSD-3-Clausepure Python · 3.10+
155.2Kdownloads / mo
django-query-builder With conditions
PyPI · Database · released Jul 2026

Builds and executes complex SQL queries dynamically in Django applications for database operations that Django's ORM doesn't handle well.

MITpure Python · 3.10+
231.0Kdownloads / mo
django-querycount With conditions
PyPI · Utilities · released Jan 2023

Django middleware that logs the number of database queries executed for each HTTP request in the runserver console, with configurable thresholds and filtering.

However, maintenance is dormant (last release 2023-01-05); verify compatibility with your Django and Python versions before relying on it.

MITbuilds from sourcedormant
153.3Kdownloads / mo
django-queryinspect Skip
PyPI · Python Modules · released Sep 2019

Django middleware that logs and reports SQL query statistics for each web request, including query counts, execution time, and detection of duplicate queries.

MITpure Pythonabandoned
73.6Kdownloads / mo
django-queryset-csv Skip
PyPI · Front-Ends · released Mar 2020

Exports Django QuerySet data to CSV format with automatic Unicode-to-UTF-8 encoding and HTTP response rendering.

copyleftbuilds from sourceabandoned
85.1Kdownloads / mo
django-quill-editor With conditions
PyPI · Dynamic Content · released Sep 2024

Integrates Quill.js, a rich-text WYSIWYG editor, into Django forms and admin sites with minimal configuration and no static file setup required.

permissive licensepure Python · 3.8+dormant
74.9Kdownloads / mo
django-ranged-response Skip
PyPI · Dynamic Content · released Jul 2017

Adds HTTP Content-Range header support to Django file downloads, enabling proper audio/video streaming in browsers that send range requests.

permissive licensebuilds from sourceabandoned
166.3Kdownloads / mo
django-ratelimit Worth it
PyPI · Python Modules · released Jul 2023

Provides a Django decorator to rate-limit views based on IP address or request fields (GET/POST variables).

Apache-2.0pure Python · 3.7+dormant
2.7Mdownloads / mo
django-read-only Worth it
PyPI · Database · released Sep 2025

Prevents Django database write operations by intercepting and blocking data modification queries, with the ability to selectively re-enable writes within a session.

MITpure Python · 3.9+
125.0Kdownloads / mo
django-recaptcha Worth it
PyPI · Dynamic Content · released Mar 2025

Integrates Google reCAPTCHA (V2 Checkbox, V2 Invisible, and V3) into Django forms as a field and widget for bot detection and form protection.

Install it if you need to protect forms from automated abuse.

BSD-3-Clausepure Python
654.1Kdownloads / mo
django-recurrence Worth it
PyPI · Application Frameworks · released Dec 2025

Provides a Django model field and utilities for storing and working with recurring dates and times in your database, wrapping dateutil.rrule for RFC 2445-based recurrence rules.

Install it if your project needs to store or work with repeating date patterns.

BSD-3-Clausepure Python · 3.9+
246.3Kdownloads / mo
django-redis Worth it
PyPI · Libraries · released Jun 2026

Provides a Redis cache and session backend for Django, supporting native redis-py URL connection strings, pluggable serializers and parsers, and optional compression.

BSD-3-Clausepure Python · 3.10+
12.7Mdownloads / mo
django-redis-sessions With conditions
PyPI · Python Modules · released Jan 2021

Provides a Redis-backed session storage backend for Django, replacing the default database or cache-based session engine with Redis for faster, distributed session management.

However, verify compatibility with your Django release first, and consider whether an actively maintained alternative is available, since this package has not been…

permissive licensepure Pythondormant
117.9Kdownloads / mo
django-registration Worth it
PyPI · Utilities · released Apr 2025

Provides user registration workflows for Django sites, supporting both two-step email-activation and one-step immediate-login registration with the default or custom user models.

Install it if you need standard registration workflows; avoid it only if you require very recent feature development or prefer a more actively maintained alternative.

BSD-3-Clausepure Python · 3.9+aging
433.3Kdownloads / mo
django-registration-redux With conditions
PyPI · Python Modules · released Oct 2023

Provides user registration and signup functionality for Django websites, handling account creation workflows without external dependencies beyond Django itself.

BSD-3-Clausepure Pythonaging
81.4Kdownloads / mo
django-render-block With conditions
PyPI · Python Modules · released May 2025

Render a specific block from a Django template to a string, supporting template inheritance and context variables.

ISCpure Python · 3.9+aging
220.2Kdownloads / mo
django-request-id Skip
PyPI · Software Development · released Oct 2016

Attaches a unique request ID to each Django HTTP request and integrates it into Python logging, enabling request tracing across server and application logs.

MITpure Pythonabandoned
116.4Kdownloads / mo
django-request-logging With conditions
PyPI · Dynamic Content · released Feb 2022

A Django middleware that logs HTTP request and response payloads with color-coded output, supporting both web and API requests with configurable detail levels and sensitive header masking.

However, it is dormant (last release February 2022) and may not work with Django versions released after that date.

permissive licensepure Pythondormant
184.0Kdownloads / mo
django-rest-auth Skip
PyPI · Software Development · released Apr 2019

Provides REST API endpoints for user authentication and registration in Django applications, integrating with Django REST Framework.

license unclearbuilds from sourcedormant
120.3Kdownloads / mo
django-rest-framework-docs Skip
PyPI · WWW/HTTP · released Sep 2013

Generates browsable documentation and an inventory of Django REST Framework v2 API endpoints by scanning URL patterns and extracting endpoint metadata, methods, and serializer properties.

BSD-3-Clausebuilds from sourceabandoned
90.8Kdownloads / mo
django-rest-knox Worth it
PyPI · WWW/HTTP · released Jul 2026

Provides token-based authentication for Django REST Framework with per-device tokens, secure hashing, and configurable expiry—addressing limitations of DRF's built-in TokenAuthentication.

Install it if your Django REST API needs per-device tokens, secure token storage, or token expiry—otherwise DRF's native authentication may suffice.

MITpure Python · 3.10+
823.7Kdownloads / mo
django-rest-multiple-models With conditions
PyPI · WWW/HTTP · released Dec 2018

Provides a Django REST Framework view and mixin for serializing and returning multiple models or querysets in a single API endpoint.

However, verify compatibility with your current Django and DRF versions first, since the package is dormant.

MITpure Pythondormant
138.3Kdownloads / mo