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 (4378)Other
Other are not installed by settings.INSTALLED_APPS, are not frameworks or sites but still help Django in some way.
Show Other (791)Projects
This is for individual projects such as Django Packages, DjangoProject.com, and others.
Show Projects (247)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 (207)Latest Package Releases
The source code that powers readthedocs.org
DjangoDash 2010 entry — see http://dash.manoria.com/
Our team's djangodash project
an extensible profile app designed to replace the profiles apps in Pinax
a Django blog engine leveraging reusable apps for all its features.
Latest Five Packages Added
Socket.IO for Django, powered by Channels and compatible with the official Socket.IO clients.
Your Celery task inspector inside the Django admin
Enterprise Maintenance Suite is a Django reusable application that provides enterprise-grade maintenance control.
Built on top of Django 6's BaseTaskBackend, allows you to run threaded tasks in background, without a database or worker process.
Django JSONField with msgspec structs as a Schema
Random Five Packages
Queryset can be filtered by a given list on the django admin page, just like: qs.filter(field__in=[list]).
User-to-User messaging system for Django, with gateway to AnonymousUser, moderation and thread management, user & exchange filters, auto-complete support.
Taking the O out of ORM.
Turtles all the way down
Python 3 client for Google No CAPTCHA reCAPTCHA services.
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