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-constance 11 45 33 1759 312 15
Dynamic Django settings.
django-fsm-log 5 0 9 242 79 15
Automatic logging for Django FSM
django-embed-video 7 28 15 385 136 1
Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
Watson 2 0 33 2474 243 134
:watch: A wonderful CLI to track your time!
django-push-notifications 4 16 62 2316 622 116
Send push notifications to mobile devices through GCM or APNS in Django.
geojson 2 10 31 946 123 26
Python bindings and utilities for GeoJSON
django-sortedm2m 3 11 11 518 153 16
A transparent sorted ManyToMany field for django.
django-avatar 4 16 16 814 303 6
A Django app for handling user avatars.
django-superform 3 0 5 119 36 17
Add forms and formsets to other forms like they were fields.
django-tinymce 4 20 24 1311 321 40
TinyMCE integration for Django
django-newsletter 1 2 30 873 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.
django-widget-tweaks 5 18 45 2114 139 51
Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
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-floppyforms 2 4 29 839 148 41
Full control of form rendering in the templates.
django-admin-sortable 2 0 16 567 137 12
Generic drag-and-drop ordering for objects and tabular inlines in Django Admin
django-defender 2 22 19 1062 143 29
A simple super fast django reusable app that blocks people from brute forcing login attempts
django-configurations 8 20 21 1118 146 58
A helper for organizing Django project settings by relying on well established programming patterns.
django-postgres-utils 1 0 3 10 3 1
Django app providing additional lookups and functions for PostgreSQL
django-summernote 0 0 1 1 0 0
Simply integrate Summernote editor with Django project.
django-downloadview 3 4 14 387 55 31
Serve files with Django.
django-oauth-toolkit 15 30 67 3220 800 193
OAuth2 goodies for the Djangonauts!
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-user-sessions 4 2 18 658 130 33
Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
django-voting 4 4 5 105 45 3
A generic voting application for Django
sorl-thumbnail 6 18 35 1762 498 120
Thumbnails for Django
django-pipeline 3 18 26 1525 371 149
Pipeline is an asset packaging library for Django.
django-ical 1 28 5 93 32 2
iCal feeds for Django based on Django's syndication feed framework.
django-simple-menu 4 16 13 269 84 20
Simple, yet powerful, code-based menus for Django applications
django-dbbackup 5 0 22 1032 220 74
Management commands to help backup and restore your project database and media files
icalevents 3 12 12 169 76 10
Python module for iCal URL/file parsing and querying.
prettytable 3 50 24 1374 161 44
Display tabular data in a visually appealing ASCII table format
django-redshift-backend 2 26 5 82 50 15
Redshift database backend for Django
django-hosts 5 12 23 997 108 38
Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
imaplib2 2 2 11 35 28 13
Fork of Piers Lauder's imaplib2 library for Python.
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 66 25
Celery Monitoring for Django
django-payments 6 12 40 1123 284 85
Universal payment handling for Django.
django-simple-history 13 22 43 2299 491 174
Store model history and view/revert changes from admin site.
docopt-ng 3 4 10 204 23 16
Humane command line arguments parser. Now with maintenance, typehints, and complete test coverage.
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-eav2 4 30 7 358 60 15
Django EAV 2 - EAV storage for modern Django
djangorestframework-simplejwt 22 26 53 4132 685 160
A JSON Web Token authentication plugin for the Django REST Framework.
pip-tools 63 138 102 7866 618 207
A set of tools to keep your pinned Python dependencies fresh.
django-dbtemplates 3 6 22 254 155 25
Django template loader for database stored templates with extensible cache backend
django-nose 3 2 22 881 240 102
Django test runner using nose
django-polymorphic 4 0 33 1706 289 178
Improved Django model inheritance with automatic downcasting
django-redis 7 8 59 2952 434 63
Full featured redis cache backend for Django.
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-ddp 1 0 19 165 29 21
Django/PostgreSQL implementation of the Meteor server.
django-rest-knox 2 0 20 1201 215 37
Authentication Module for django rest auth
django-taggit 7 26 62 3369 626 99
Simple tagging for django
django-robots 3 16 11 471 101 22
A Django app for managing robots.txt files following the robots exclusion protocol
django-tagging 0 0 0 5 2 1
A generic tagging application for Django projects
django-analytical 5 6 34 1225 171 41
Analytics services for Django projects
django-fernet-encrypted-fields 2 0 4 70 14 6
django-formtools 6 10 22 834 137 82
A set of high-level abstractions for Django forms
django-invitations 8 4 16 579 165 36
Generic invitations app for Django
tablib 6 30 134 4680 596 33
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
django-flatblocks 1 2 9 84 33 1
django-chunks + headerfield + variable chunknames + "inclusion tag" == django-flatblocks
django-permission 0 0 18 303 50 8
[Not maintained] An enhanced permission system which support object permission in Django
django-model-utils 9 24 46 2715 368 113
Django model mixins and utilities.
contextlib2 2 6 8 37 14 4
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.
pathlib2 4 0 7 82 31 7
Backport of pathlib aiming to support the full stdlib Python API.
django-recurrence 4 0 19 508 191 65
Utility for working with recurring dates in Django.
django-cookie-consent 4 8 6 242 75 18
Reusable application for managing various cookies and visitors consent for their use in Django project.
django-axes 2 246 23 1544 352 20
Keep track of failed login attempts in Django-powered sites.
django-waffle 2 0 23 1159 258 46
A feature flipper for Django
django-admin2 1 0 61 1180 151 44
Extendable, adaptable rewrite of django.contrib.admin
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.
dj-database-url 5 16 32 1504 210 9
Use Database URLs in your Django Application.
django-two-factor-auth 5 20 37 1758 451 106
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
django-smart-selects 3 4 50 1138 352 46
chained and grouped selects for django forms
django-sorter 1 0 5 54 13 2
A helper app for sorting objects in Django templates.
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
django-auditlog 7 28 24 1203 424 86
A Django app that keeps a log of changes made to an object.
django-revproxy 2 6 14 313 121 29
Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
django-silk 17 41 49 4626 341 128
Silky smooth profiling for Django
wagtailmenus 6 22 23 408 138 21
An app to help you manage and render menus in your Wagtail projects more effectively