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.

django-user-sessions 3 2 18 653 130 33
Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
dj-database-url 5 16 32 1502 210 9
Use Database URLs in your Django Application.
django-dbbackup 5 0 22 1028 220 72
Management commands to help backup and restore your project database and media files
django-redis 7 8 59 2948 434 61
Full featured redis cache backend for Django.
django-permission 0 0 18 303 50 8
[Not maintained] An enhanced permission system which support object permission in Django
Watson 2 0 33 2471 242 134
:watch: A wonderful CLI to track your time!
django-fsm-log 5 0 9 242 79 17
Automatic logging for Django FSM
icalevents 3 12 13 168 76 10
Python module for iCal URL/file parsing and querying.
django-floppyforms 2 4 29 839 148 41
Full control of form rendering in the templates.
django-taggit 7 26 62 3362 626 99
Simple tagging for django
docopt-ng 3 4 10 203 23 16
Humane command line arguments parser. Now with maintenance, typehints, and complete test coverage.
django-two-factor-auth 5 20 37 1750 451 106
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
django-postgres-utils 1 0 3 10 3 1
Django app providing additional lookups and functions for PostgreSQL
django-sortedm2m 3 11 11 515 153 16
A transparent sorted ManyToMany field for django.
tablib 6 30 134 4672 597 32
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
django-defender 2 22 19 1061 143 29
A simple super fast django reusable app that blocks people from brute forcing login attempts
django-cookie-consent 4 8 6 242 75 17
Reusable application for managing various cookies and visitors consent for their use in Django project.
django-eav2 4 30 7 357 60 15
Django EAV 2 - EAV storage for modern Django
wagtailmenus 6 22 23 406 137 20
An app to help you manage and render menus in your Wagtail projects more effectively
pip-tools 63 138 103 7858 619 204
A set of tools to keep your pinned Python dependencies fresh.
django-ical 1 28 5 94 32 2
iCal feeds for Django based on Django's syndication feed framework.
sorl-thumbnail 6 18 35 1761 498 119
Thumbnails for Django
django-voting 4 4 5 104 45 3
A generic voting application for Django
django-nose 3 2 22 881 240 102
Django test runner using nose
django-axes 2 246 23 1535 352 19
Keep track of failed login attempts in Django-powered sites.
django-rest-knox 2 0 20 1196 215 37
Authentication Module for django rest auth
django-redshift-backend 2 26 5 83 50 15
Redshift database backend for Django
django-admin-sortable 2 0 16 567 137 12
Generic drag-and-drop ordering for objects and tabular inlines in Django Admin
pathlib2 4 0 7 81 31 7
Backport of pathlib aiming to support the full stdlib Python API.
django-celery-monitor 3 0 15 203 66 25
Celery Monitoring for Django
django-newsletter 1 2 30 872 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.
jsonmodels 4 12 9 339 51 47
jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
django-avatar 4 16 16 813 302 6
A Django app for handling user avatars.
django-smart-selects 3 4 50 1138 352 46
chained and grouped selects for django forms
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-robots 3 16 11 471 101 22
A Django app for managing robots.txt files following the robots exclusion protocol
django-hosts 5 12 23 995 108 38
Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
django-superform 3 0 5 119 36 17
Add forms and formsets to other forms like they were fields.
prettytable 3 50 24 1374 161 44
Display tabular data in a visually appealing ASCII table format
geojson 2 10 31 944 123 25
Python bindings and utilities for GeoJSON
django-tinymce 4 20 24 1307 320 40
TinyMCE integration for Django
djangorestframework-simplejwt 22 26 54 4115 682 155
A JSON Web Token authentication plugin for the Django REST Framework.
django-ddp 1 0 19 165 29 21
Django/PostgreSQL implementation of the Meteor server.
django-silk 17 41 49 4610 341 131
Silky smooth profiling for Django
django-tagging 0 0 0 5 2 1
A generic tagging application for Django projects
django-payments 6 12 40 1116 283 85
Universal payment handling for Django.
django-configurations 8 20 21 1119 146 57
A helper for organizing Django project settings by relying on well established programming patterns.
django-push-notifications 4 16 62 2310 623 118
Send push notifications to mobile devices through GCM or APNS in Django.
django-simple-history 13 22 43 2287 491 177
Store model history and view/revert changes from admin site.
django-waffle 2 0 23 1155 258 48
A feature flipper for Django
imaplib2 2 2 11 35 28 13
Fork of Piers Lauder's imaplib2 library for Python.
django-pipeline 3 18 26 1524 372 149
Pipeline is an asset packaging library for Django.
django-dbtemplates 3 6 22 254 155 25
Django template loader for database stored templates with extensible cache backend
django-downloadview 3 4 14 386 55 31
Serve files with Django.
django-revproxy 2 6 14 312 121 29
Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
django-summernote 0 0 1 1 0 0
Simply integrate Summernote editor with Django project.
django-widget-tweaks 5 18 45 2111 140 51
Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
django-invitations 8 4 16 579 165 35
Generic invitations app for Django
django-fernet-encrypted-fields 2 0 4 64 14 6
django-discover-jenkins 1 0 8 48 18 1
A streamlined fork of django-jenkins designed to work with the default test command and the discover runner
django-authority 3 8 13 289 58 10
A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
contextlib2 2 6 8 38 14 4
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
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-queued-storage 1 0 11 318 62 10
Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
django-constance 11 45 33 1753 313 14
Dynamic Django settings.
django-analytical 5 6 34 1220 171 41
Analytics services for Django projects
django-recurrence 4 0 19 505 191 65
Utility for working with recurring dates in Django.
django-admin2 1 0 61 1180 151 44
Extendable, adaptable rewrite of django.contrib.admin
django-categories 1 0 30 466 137 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-flatblocks 1 2 9 84 33 1
django-chunks + headerfield + variable chunknames + "inclusion tag" == django-flatblocks
django-sorter 1 0 5 54 13 2
A helper app for sorting objects in Django templates.
django-embed-video 7 28 15 385 136 1
Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
django-oauth-toolkit 15 30 67 3217 800 192
OAuth2 goodies for the Djangonauts!
django-polymorphic 4 0 33 1701 289 177
Improved Django model inheritance with automatic downcasting
django-simple-menu 4 16 13 270 83 18
Simple, yet powerful, code-based menus for Django applications
django-formtools 6 10 22 834 138 82
A set of high-level abstractions for Django forms
django-auditlog 7 28 24 1193 422 89
A Django app that keeps a log of changes made to an object.
django-model-utils 9 24 46 2715 366 112
Django model mixins and utilities.