Django Packages
Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects.
Apps
Small components used to build projects. An app is anything that is installed by placing in settings.INSTALLED_APPS.
Show Apps (4450)Other
Other are not installed by settings.INSTALLED_APPS, are not frameworks or sites but still help Django in some way.
Show Other (801)Projects
This is for individual projects such as Django Packages, DjangoProject.com, and others.
Show Projects (252)Frameworks
Large efforts that combine many python modules or apps. Examples include Django, django-cms, and Mezzanine. Most CMSes fall into this category, and so do storefronts.
Show Frameworks (212)Latest Package Releases
Email services for django providing various backends.
DB-backed task queue backend for Django’s Tasks framework. Inspired by solid_queue.
A flexible and efficient rate limiting library for Django applications
HTTP deployment probes for Django applications.
UI for Django perfectionists with deadlines
Latest Five Packages Added
Organize Django admin sections/models without additional apps
A drop-in React single-page admin for Django — driven entirely by your existing ModelAdmin. Dark mode, mobile cards, drag-and-drop column layout with freezable columns, keyboard a11y, JSON-aware detail rendering, and a bidirectional bridge to the classic admin during migration. Pip install and go — no React code on your side.
Drop-in MCP server for the Django admin. Mount in two lines and any MCP agent — Claude, Cursor, custom — drives your existing ModelAdmin through your existing session auth, permissions, and forms. No tokens, no parallel systems, no new code. Pip install, include the URL, you're done.
Make your Django admin headless in two lines: add it to INSTALLED_APPS, include the URLs. Every ModelAdmin you've already registered becomes a JSON REST endpoint — same permissions, same forms, same audit log. No parallel auth, no parallel validation, no rewrites. A drop-in API surface for React frontends, MCP servers, and any other JSON client.
Is a lightweight extension for Django Forms that adds serialization
Random Five Packages
A small django application for marketing using referral links.
This Django Basic Email enable you to create emails in easy way.
🗃️ Display only a set of apps and models in the Django Admin homepage, based on the chosen context.
Create Data Importers for Django models.
Django Classified
Most Liked Packages
Web APIs for Django. 🎸
Backup and restore your Django database and media
Automated image processing for Django. Currently v6.0
Per object permissions for Django
A configurable set of panels that display various debug information about the current request/response.