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 (4439)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.
DB-backed task queue backend for Django’s Tasks framework. Inspired by solid_queue.
An extremely fast Python linter and code formatter, written in Rust.
An app to help you manage and render menus in your Wagtail projects more effectively
A little javascript and middleware work together to ensure that the user was active during the past X minutes in any tab he has open. Otherwise, display a warning leaving a couple of minutes to show any kind of activity like moving the mouse. Otherwise, logout the user.
Latest Five Packages Added
Run Django management commands from the admin with auto-generated forms, pluggable task runners, and a unified execution log.
An interactive graph of your Django model structure
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.
Random Five Packages
Simple insights for Django projects
Use model field validator functions for front end JS form validation
A simplistic podcast manager module for the Mezzanine CMS.
Per Object Tools for Django Suit
This is a very basic calendar app that integrates with Wagtail. It allows a person to create events that will be shown on the website via FullCalendar and also generates an ical file.
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