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.
UI for Django perfectionists with deadlines
Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
Implementation of user management and multi-tenancy for OpenWISP
An open source Django app for creating email-based learning platforms with IMAP integration and React frontend components.
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
This is a session backend for Django that stores sessions in a Tokyo Cabinet database, which communicates via Tokyo Tyrant using the PyTyrant library. Tokyo Cabinet is a key-value store similar to BDB.
A library for simple histograms in Django's admin.
Drop-in replacement for default Django history
Simple Google Maps address formatter for Wagtail fields
A Django app template that sets up initial Create, List, Detail, and Update generic views, forms, urls, templates, and tests.
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