We are all part of this

Projects

The following 78 Jazzband projects are maintained by the Jazzband members. Want to move your project to the Jazzband? See the guidelines.

contextlib2 2 6 8 38 14 4
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
django-simple-menu 4 16 13 270 84 21
Simple, yet powerful, code-based menus for Django applications
django-recurrence 4 0 19 510 191 65
Utility for working with recurring dates in Django.
django-push-notifications 4 16 62 2326 624 120
Send push notifications to mobile devices through GCM or APNS in Django.
django-configurations 8 20 21 1123 148 59
A helper for organizing Django project settings by relying on well established programming patterns.
django-queued-storage 1 0 11 318 61 10
Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
django-celery-monitor 3 0 15 203 65 25
Celery Monitoring for Django
django-discover-jenkins 1 0 8 49 18 1
A streamlined fork of django-jenkins designed to work with the default test command and the discover runner
prettytable 3 50 24 1374 161 44
Display tabular data in a visually appealing ASCII table format
django-sortedm2m 3 11 11 519 152 16
A transparent sorted ManyToMany field for django.
dj-database-url 5 16 32 1509 209 7
Use Database URLs in your Django Application.
django-dbtemplates 3 6 22 255 154 25
Django template loader for database stored templates with extensible cache backend
django-avatar 4 16 16 819 302 7
A Django app for handling user avatars.
django-debug-toolbar 12 42 112 8077 1047 62
A configurable set of panels that display various debug information about the current request/response.
django-floppyforms 2 4 29 842 148 41
Full control of form rendering in the templates.
django-smart-selects 3 4 50 1139 355 48
chained and grouped selects for django forms
django-axes 3 248 23 1564 355 18
Keep track of failed login attempts in Django-powered sites.
wagtailmenus 6 22 23 411 138 21
An app to help you manage and render menus in your Wagtail projects more effectively
django-tagging 0 0 0 6 2 1
A generic tagging application for Django projects
django-waffle 2 0 23 1164 259 47
A feature flipper for Django
imaplib2 2 2 12 37 29 14
Fork of Piers Lauder's imaplib2 library for Python.
django-analytical 5 6 34 1239 172 42
Analytics services for Django projects
pip-tools 65 138 101 7886 620 213
A set of tools to keep your pinned Python dependencies fresh.
django-redshift-backend 2 26 5 83 50 16
Redshift database backend for Django
django-newsletter 1 2 29 877 204 58
An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
sorl-thumbnail 6 18 35 1766 496 122
Thumbnails for Django
django-widget-tweaks 5 20 45 2117 143 45
Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
django-formtools 6 10 22 838 137 83
A set of high-level abstractions for Django forms
django-redis 7 8 60 2973 432 65
Full featured redis cache backend for Django.
django-oauth-toolkit 16 30 66 3234 801 197
OAuth2 goodies for the Djangonauts!
django-model-utils 9 24 46 2724 369 116
Django model mixins and utilities.
django-flatblocks 1 2 9 84 33 1
django-chunks + headerfield + variable chunknames + "inclusion tag" == django-flatblocks
django-fernet-encrypted-fields 2 0 4 77 14 6
djangorestframework-simplejwt 22 26 53 4155 691 164
A JSON Web Token authentication plugin for the Django REST Framework.
django-ical 1 28 5 94 32 2
iCal feeds for Django based on Django's syndication feed framework.
django-superform 3 0 5 120 36 17
Add forms and formsets to other forms like they were fields.
docopt-ng 3 4 10 205 24 16
Humane command line arguments parser. Now with maintenance, typehints, and complete test coverage.
django-taggit 7 26 62 3374 625 99
Simple tagging for django
django-simple-history 13 22 43 2319 491 175
Store model history and view/revert changes from admin site.
django-constance 11 45 33 1769 313 20
Dynamic Django settings.
django-admin2 1 0 61 1182 151 44
Extendable, adaptable rewrite of django.contrib.admin
tablib 6 30 133 4692 594 34
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
django-silk 17 41 49 4667 342 131
Silky smooth profiling for Django
django-tinymce 4 20 24 1318 321 38
TinyMCE integration for Django
django-revproxy 2 6 14 315 121 29
Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
django-hosts 5 12 23 1008 108 41
Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
icalevents 3 12 12 173 76 7
Python module for iCal URL/file parsing and querying.
django-summernote 0 0 1 1 0 0
Simply integrate Summernote editor with Django project.
django-polymorphic 4 0 32 1719 291 178
Improved Django model inheritance with automatic downcasting
django-mongonaut 1 0 16 239 65 32
Built from scratch to replicate some of the Django admin functionality and add some more, to serve as an introspective interface for Django and Mongo.
django-defender 2 22 19 1064 142 29
A simple super fast django reusable app that blocks people from brute forcing login attempts
django-authority 3 8 13 289 59 10
A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
django-payments 7 12 40 1138 282 84
Universal payment handling for Django.
django-postgres-utils 1 0 3 10 3 1
Django app providing additional lookups and functions for PostgreSQL
django-embed-video 7 28 15 387 135 1
Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
django-auditlog 7 36 24 1228 422 88
A Django app that keeps a log of changes made to an object.
django-categories 1 0 30 467 136 39
This app attempts to provide a generic category system that multiple apps could use. It uses MPTT for the tree storage and provides a custom admin for better visualization (copied and modified from feinCMS).
django-sorter 1 0 5 54 13 2
A helper app for sorting objects in Django templates.
pathlib2 4 0 7 82 31 7
Backport of pathlib aiming to support the full stdlib Python API.
django-two-factor-auth 5 20 37 1779 454 106
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
jsonmodels 4 12 9 340 51 47
jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
django-cookie-consent 4 10 7 245 74 16
Reusable application for managing various cookies and visitors consent for their use in Django project.
django-fsm-log 5 0 9 243 79 16
Automatic logging for Django FSM
django-robots 3 16 11 474 101 22
A Django app for managing robots.txt files following the robots exclusion protocol
django-downloadview 3 4 14 389 55 31
Serve files with Django.
django-pipeline 3 18 26 1527 369 150
Pipeline is an asset packaging library for Django.
Watson 2 0 33 2476 246 135
:watch: A wonderful CLI to track your time!
django-voting 5 4 5 107 45 3
A generic voting application for Django
django-invitations 9 4 16 583 166 39
Generic invitations app for Django
django-permission 0 0 18 303 50 8
[Not maintained] An enhanced permission system which support object permission in Django
django-ddp 1 0 19 165 29 21
Django/PostgreSQL implementation of the Meteor server.
django-user-sessions 4 2 18 670 130 33
Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
django-eav2 4 30 7 359 60 17
Django EAV 2 - EAV storage for modern Django
django-dbbackup 5 0 22 1044 222 69
Management commands to help backup and restore your project database and media files
django-rest-knox 2 0 20 1207 216 35
Authentication Module for django rest auth
django-nose 3 2 22 882 240 102
Django test runner using nose
django-admin-sortable 3 0 16 567 138 12
Generic drag-and-drop ordering for objects and tabular inlines in Django Admin
geojson 2 10 31 961 123 27
Python bindings and utilities for GeoJSON