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 (4437)Other
Other are not installed by settings.INSTALLED_APPS, are not frameworks or sites but still help Django in some way.
Show Other (800)Projects
This is for individual projects such as Django Packages, DjangoProject.com, and others.
Show Projects (249)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 (210)Latest Package Releases
Email services for django providing various backends.
A fast, HTML aware, Django template formatter, written in Rust.
An extremely fast Python linter and code formatter, written in Rust.
A Django library that turns your models into instant APIs. Built on top of Django Ninja, it auto-generates structured, documented endpoints so you can skip the boilerplate and ship faster
Index Django Models with Elasticsearch or OpenSearch and query them with the ORM
Latest Five Packages Added
A widget to easily rearrange the order of items in the django admin backend.
setting helper for django to represent databases, caches and email settings via a single string
An open source Django app for creating email-based learning platforms with IMAP integration and React frontend components.
Collects logs from any logger configured in Django's standard `LOGGING` setting and displays them on a dashboard
Display registered Django signals and receivers, showing what fires and where.
Random Five Packages
Wagtail Meta Preview provides panels for previewing Facebook sharing, Twitter sharing and Google search results in the Wagtail admin.
OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages
Django JSONField with msgspec structs as a Schema
A Django based polling application
Temporary reusable Django application for adding a DurationField, until Django issue #2443 is resolved.
Most Liked Packages
Web APIs for Django. 🎸
Backup and restore your Django database and media
Automated image processing for Django. Currently v6.0
A configurable set of panels that display various debug information about the current request/response.
Per object permissions for Django