[go: up one dir, main page]

Skip to content

A ranked list of awesome Django related Python packages.

License

Notifications You must be signed in to change notification settings

fkromer/best-of-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

best-of-django

🏆  A ranked list of awesome projects. Updated weekly.

This curated list contains 220 awesome open-source projects with a total of 450K stars grouped into 57 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!

🧙‍♂️ Discover other best-of lists or create your own.

Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (12 months no activity)
  • 💀  Dead project (60 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects

Admin Interface

Back to top

Packages to replace or improve the default Django admin interface.

django-jazzmin (🥇34 · ⭐ 1.5K) - Jazzy theme for Django. MIT
  • GitHub (👨‍💻 66 · 🔀 260 · 📦 10K · 📋 260 - 38% open · ⏱️ 22.04.2024):

     git clone https://github.com/farridav/django-jazzmin
    
  • PyPi (📥 190K / month):

     pip install django-jazzmin
    
django-admin-interface (🥈33 · ⭐ 1.7K) - djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many.. MIT
  • GitHub (👨‍💻 38 · 🔀 160 · 📦 4K · 📋 200 - 6% open · ⏱️ 15.05.2024):

     git clone https://github.com/fabiocaccamo/django-admin-interface
    
  • PyPi (📥 120K / month):

     pip install django-admin-interface
    
django-grappelli (🥈29 · ⭐ 3.6K) - A jazzy skin for the Django Admin-Interface (official repository). ❗Unlicensed
  • GitHub (👨‍💻 90 · 🔀 640 · 📦 6.2K · 📋 720 - 0% open · ⏱️ 29.04.2024):

     git clone https://github.com/sehmaschine/django-grappelli
    
  • PyPi (📥 200K / month):

     pip install django-grappelli
    
django-material (🥉28 · ⭐ 2.5K) - Material Design for Django. BSD-3
  • GitHub (👨‍💻 41 · 🔀 410 · 📦 1.8K · 📋 410 - 4% open · ⏱️ 08.02.2024):

     git clone https://github.com/viewflow/django-material
    
  • PyPi (📥 13K / month):

     pip install django-material
    
django-baton (🥉25 · ⭐ 840) - A cool, modern and responsive django admin application based on bootstrap 5 - https://otto-torino.github.io/tag/baton/. MIT
  • GitHub (👨‍💻 15 · 🔀 91 · 📦 390 · 📋 180 - 1% open · ⏱️ 21.02.2024):

     git clone https://github.com/otto-torino/django-baton
    
  • PyPi (📥 8.6K / month):

     pip install django-baton
    
django-admin-tools (🥉23 · ⭐ 840) - Extends the Django Admin to include a extensible dashboard and navigation menu. MIT
  • GitHub (👨‍💻 82 · 🔀 110 · 📦 1.5K · 📋 80 - 23% open · ⏱️ 10.08.2023):

     git clone https://github.com/django-admin-tools/django-admin-tools
    
  • PyPi (📥 54K / month):

     pip install django-admin-tools
    
django-controlcenter (🥉19 · ⭐ 980) - Set of widgets to build dashboards for Django projects. BSD-3
  • GitHub (👨‍💻 18 · 🔀 84 · 📦 85 · 📋 34 - 29% open · ⏱️ 06.08.2023):

     git clone https://github.com/byashimov/django-controlcenter
    
  • PyPi (📥 7.3K / month):

     pip install django-controlcenter
    
Show 1 hidden projects...
  • django-jet (🥉26 · ⭐ 3.5K · 💀) - Modern responsive template for the Django admin interface with improved functionality. We are proud to announce.. ❗️AGPL-3.0

Admin Interface Actions

Back to top

django-import-export (🥇39 · ⭐ 2.9K) - Django application and library for importing and exporting data with admin integration. BSD-2
  • GitHub (👨‍💻 210 · 🔀 740 · 📦 98K · 📋 1K - 1% open · ⏱️ 30.05.2024):

     git clone https://github.com/django-import-export/django-import-export
    
  • PyPi (📥 1.3M / month):

     pip install django-import-export
    
django-admin-sortable2 (🥈30 · ⭐ 710) - Generic drag-and-drop ordering for objects in the Django admin interface. MIT
  • GitHub (👨‍💻 84 · 🔀 170 · 📦 2.4K · 📋 220 - 17% open · ⏱️ 21.05.2024):

     git clone https://github.com/jrief/django-admin-sortable2
    
  • PyPi (📥 240K / month):

     pip install django-admin-sortable2
    
django-admin-sortable (🥉19 · ⭐ 560 · 💤) - Generic drag-and-drop ordering for objects and tabular inlines in Django Admin. ❗Unlicensed
  • GitHub (👨‍💻 80 · 🔀 130 · 📦 690 · 📋 140 - 7% open · ⏱️ 13.03.2022):

     git clone https://github.com/jazzband/django-admin-sortable
    
  • PyPi (📥 44K / month):

     pip install django-admin-sortable
    
django-admin-confirm (🥉15 · ⭐ 120) - AdminConfirmMixin is a mixin for ModelAdmin that adds confirmations to changes, additions and actions. ❗Unlicensed
  • GitHub (👨‍💻 6 · 🔀 12 · 📦 33 · 📋 28 - 35% open · ⏱️ 27.01.2024):

     git clone https://github.com/trangpham/django-admin-confirm
    
  • PyPi (📥 23K / month):

     pip install django-admin-confirm
    

Admin Interface Filters

Back to top

django-admin-numeric-filter (🥇18 · ⭐ 77 · 💤) - Numeric filters for Django admin. MIT
  • GitHub (👨‍💻 14 · 🔀 31 · 📦 190 · 📋 18 - 22% open · ⏱️ 16.02.2023):

     git clone https://github.com/lukasvinclav/django-admin-numeric-filter
    
  • PyPi (📥 18K / month):

     pip install django-admin-numeric-filter
    

Management Commands

Back to top

Packages which add or help working with management commands.

django-extensions (🥇37 · ⭐ 6.5K) - This is a repository for collecting global custom management extensions for the Django Framework. MIT
  • GitHub (👨‍💻 580 · 🔀 1.1K · 📦 220K · 📋 890 - 18% open · ⏱️ 27.04.2024):

     git clone https://github.com/django-extensions/django-extensions
    
  • PyPi (📥 3.9M / month):

     pip install django-extensions
    
django-dbbackup (🥈30 · ⭐ 920) - Management commands to help backup and restore your project database and media files. BSD-3
  • GitHub (👨‍💻 70 · 🔀 190 · 📦 1.9K · 📋 280 - 24% open · ⏱️ 03.04.2024):

     git clone https://github.com/jazzband/django-dbbackup
    
  • PyPi (📥 130K / month):

     pip install django-dbbackup
    
django-click (🥉21 · ⭐ 240) - Write Django management command using the click CLI library. MIT
  • GitHub (👨‍💻 12 · 🔀 18 · 📦 300 · 📋 18 - 50% open · ⏱️ 21.04.2024):

     git clone https://github.com/GaretJax/django-click
    
  • PyPi (📥 37K / month):

     pip install django-click
    
django-rich (🥉19 · ⭐ 110) - Extensions for using Rich with Django. MIT
  • GitHub (👨‍💻 5 · 🔀 10 · 📦 130 · 📋 8 - 62% open · ⏱️ 28.05.2024):

     git clone https://github.com/adamchainz/django-rich
    
  • PyPi (📥 91K / month):

     pip install django-rich
    
django-typer (🥉19 · ⭐ 54) - Use Typer (type hints) to define the interface for your Django management commands. MIT
  • GitHub (👨‍💻 4 · 🔀 2 · 📦 15 · 📋 57 - 54% open · ⏱️ 22.04.2024):

     git clone https://github.com/bckohan/django-typer
    
  • PyPi (📥 4.1K / month):

     pip install django-typer
    

Caching

Back to top

django-cacheops (🥇27 · ⭐ 2.1K) - A slick ORM cache with automatic granular event-driven invalidation. BSD-3
  • GitHub (👨‍💻 67 · 🔀 210 · 📦 1.3K · 📋 330 - 5% open · ⏱️ 12.03.2024):

     git clone https://github.com/Suor/django-cacheops
    
  • PyPi (📥 170K / month):

     pip install django-cacheops
    
django-cachalot (🥇27 · ⭐ 1.2K) - No effort, no worry, maximum performance. BSD-3
  • GitHub (👨‍💻 35 · 🔀 140 · 📦 760 · 📋 160 - 18% open · ⏱️ 11.01.2024):

     git clone https://github.com/noripyt/django-cachalot
    
  • PyPi (📥 84K / month):

     pip install django-cachalot
    

Configuration

Back to top

django-environ (🥇33 · ⭐ 2.9K) - Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application. MIT
  • GitHub (👨‍💻 93 · 🔀 300 · 📥 80 · 📦 220K · 📋 240 - 25% open · ⏱️ 01.09.2023):

     git clone https://github.com/joke2k/django-environ
    
  • PyPi (📥 2.6M / month):

     pip install django-environ
    
django-constance (🥈28 · ⭐ 1.7K) - Dynamic Django settings. BSD-3
  • GitHub (👨‍💻 140 · 🔀 280 · 📦 2K · 📋 280 - 11% open · ⏱️ 05.02.2024):

     git clone https://github.com/jazzband/django-constance
    
  • PyPi (📥 300K / month):

     pip install django-constance
    
django-configurations (🥈28 · ⭐ 1.1K) - A helper for organizing Django project settings by relying on well established programming patterns. BSD-3
  • GitHub (👨‍💻 66 · 🔀 140 · 📦 3.1K · 📋 200 - 24% open · ⏱️ 30.11.2023):

     git clone https://github.com/jazzband/django-configurations
    
  • PyPi (📥 210K / month):

     pip install django-configurations
    
django-split-settings (🥈28 · ⭐ 1.1K) - Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and.. BSD-3
  • GitHub (👨‍💻 25 · 🔀 65 · 📦 2.8K · 📋 46 - 8% open · ⏱️ 20.05.2024):

     git clone https://github.com/wemake-services/django-split-settings
    
  • PyPi (📥 150K / month):

     pip install django-split-settings
    
django-extra-settings (🥉24 · ⭐ 480) - config and manage typed extra settings using just the django admin. MIT
  • GitHub (👨‍💻 12 · 🔀 28 · 📦 85 · 📋 31 - 6% open · ⏱️ 15.05.2024):

     git clone https://github.com/fabiocaccamo/django-extra-settings
    
  • PyPi (📥 9.4K / month):

     pip install django-extra-settings
    

Debugging

Back to top

django-debug-toolbar (🥇38 · ⭐ 7.9K · 📈) - A configurable set of panels that display various debug information about the current request/response. BSD-3
  • GitHub (👨‍💻 290 · 🔀 910 · 📥 210 · 📦 89K · 📋 890 - 8% open · ⏱️ 27.05.2024):

     git clone https://github.com/jazzband/django-debug-toolbar
    
  • PyPi (📥 2.8M / month):

     pip install django-debug-toolbar
    

Development

Back to top

django-browser-reload (🥇24 · ⭐ 470) - Automatically reload your browser in development. MIT
  • GitHub (👨‍💻 6 · 🔀 24 · 📦 3.7K · 📋 37 - 35% open · ⏱️ 28.05.2024):

     git clone https://github.com/adamchainz/django-browser-reload
    
  • PyPi (📥 100K / month):

     pip install django-browser-reload
    

Logging

Back to top

Packages which improve logging and debugging.

django-guid (🥇24 · ⭐ 420) - Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with.. MIT
  • GitHub (👨‍💻 10 · 🔀 24 · 📦 140 · 📋 26 - 19% open · ⏱️ 25.04.2024):

     git clone https://github.com/snok/django-guid
    
  • PyPi (📥 89K / month):

     pip install django-guid
    

Authentication and Authorization

Back to top

django-allauth (🥇41 · ⭐ 9K) - Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party.. MIT
  • GitHub (👨‍💻 710 · 🔀 2.9K · 📦 220K · 📋 2.3K - 1% open · ⏱️ 31.05.2024):

     git clone https://github.com/pennersr/django-allauth
    
  • PyPi (📥 870K / month):

     pip install django-allauth
    
social-app-django (🥇31 · ⭐ 2K) - Python Social Auth - Application - Django. BSD-3
  • GitHub (👨‍💻 330 · 🔀 360 · 📦 42K · 📋 290 - 44% open · ⏱️ 28.05.2024):

     git clone https://github.com/python-social-auth/social-app-django
    
  • PyPi:

     pip install social-app-django
    
django-two-factor-auth (🥇31 · ⭐ 1.6K) - Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects. MIT
  • GitHub (👨‍💻 100 · 🔀 420 · 📦 1.4K · 📋 370 - 22% open · ⏱️ 28.05.2024):

     git clone https://github.com/jazzband/django-two-factor-auth
    
  • PyPi (📥 390K / month):

     pip install django-two-factor-auth
    
django-oauth-toolkit (🥈28 · ⭐ 3K) - OAuth2 goodies for the Djangonauts!. ❗Unlicensed
  • GitHub (👨‍💻 250 · 🔀 740 · 📋 830 - 20% open · ⏱️ 28.05.2024):

     git clone https://github.com/jazzband/django-oauth-toolkit
    
  • PyPi (📥 740K / month):

     pip install django-oauth-toolkit
    
django-organizations (🥈28 · ⭐ 1.2K) - Multi-user accounts for Django projects. BSD-2
  • GitHub (👨‍💻 50 · 🔀 200 · 📦 280 · 📋 150 - 8% open · ⏱️ 22.05.2024):

     git clone https://github.com/bennylope/django-organizations
    
  • PyPi (📥 46K / month):

     pip install django-organizations
    
django-guardian (🥈27 · ⭐ 3.6K · 💤) - Per object permissions for Django. ❗Unlicensed
  • GitHub (👨‍💻 160 · 🔀 540 · 📦 6.7K · 📋 460 - 29% open · ⏱️ 25.03.2022):

     git clone https://github.com/django-guardian/django-guardian
    
  • PyPi (📥 440K / month):

     pip install django-guardian
    
django-ratelimit (🥈26 · ⭐ 1K) - Cache-based rate-limiting for Django. ❗Unlicensed
  • GitHub (👨‍💻 51 · 🔀 170 · 📦 2.6K · 📋 150 - 14% open · ⏱️ 05.12.2023):

     git clone https://github.com/jsocol/django-ratelimit
    
  • PyPi (📥 480K / month):

     pip install django-ratelimit
    
django-auth-adfs (🥈26 · ⭐ 270) - A Django authentication backend for Microsoft ADFS and AzureAD. BSD-2
  • GitHub (👨‍💻 47 · 🔀 93 · 📦 120 · 📋 200 - 13% open · ⏱️ 18.12.2023):

     git clone https://github.com/snok/django-auth-adfs
    
  • PyPi (📥 65K / month):

     pip install django-auth-adfs
    
django-otp (🥉25 · ⭐ 500) - A pluggable framework for adding two-factor authentication to Django using one-time passwords. Unlicense
  • GitHub (👨‍💻 47 · 🔀 92 · 📦 2.9K · 📋 74 - 16% open · ⏱️ 16.04.2024):

     git clone https://github.com/django-otp/django-otp
    
  • PyPi (📥 840K / month):

     pip install django-otp
    
django-oidc-provider (🥉25 · ⭐ 400) - OpenID Connect and OAuth2 provider implementation for Djangonauts. MIT
  • GitHub (👨‍💻 74 · 🔀 220 · 📦 330 · 📋 200 - 27% open · ⏱️ 15.12.2023):

     git clone https://github.com/juanifioren/django-oidc-provider
    
  • PyPi (📥 11K / month):

     pip install django-oidc-provider
    
django-cas-ng (🥉25 · ⭐ 380) - Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.0, 2.1, 2.2, 3.0 and Python 3.5+. MIT
  • GitHub (👨‍💻 86 · 🔀 160 · 📥 560 · 📦 530 · 📋 150 - 1% open · ⏱️ 17.10.2023):

     git clone https://github.com/django-cas-ng/django-cas-ng
    
  • PyPi (📥 33K / month):

     pip install django-cas-ng
    
django-allauth-2fa (🥉20 · ⭐ 210) - Two-factor authentication for Django Allauth. ❗Unlicensed
  • GitHub (👨‍💻 32 · 🔀 50 · 📥 16 · 📦 190 · 📋 72 - 16% open · ⏱️ 19.04.2024):

     git clone https://github.com/valohai/django-allauth-2fa
    
  • PyPi (📥 58K / month):

     pip install django-allauth-2fa
    
django-oauth2-provider (🥉17 · ⭐ 340 · 💤) - Provide OAuth2 access to your app. MIT
  • GitHub (👨‍💻 16 · 🔀 180 · 📋 65 - 61% open · ⏱️ 03.02.2023):

     git clone https://github.com/caffeinehit/django-oauth2-provider
    
  • PyPi (📥 6.8K / month):

     pip install django-oauth2-provider
    
django-oauthost (🥉6 · ⭐ 25 · 💤) - Reusable application for Django, introducing OAuth2 server functionality. BSD-3
  • GitHub (👨‍💻 2 · 📦 2 · 📋 3 - 33% open · ⏱️ 04.02.2022):

     git clone https://github.com/idlesign/django-oauthost
    
  • PyPi (📥 40 / month):

     pip install django-oauthost
    
Show 3 hidden projects...
  • django-prbac (🥉15 · ⭐ 140) - ❗Unlicensed
  • django-oauth-login (🥉11 · ⭐ 15) - A minimal app that adds OAuth login support to your Django project. MIT
  • django-oauth2-authcodeflow (🥉11 · ⭐ 14) - Authenticate with any OpenId Connect/Oauth2 provider through authorization code flow. PKCE is also supported. MIT

Authorization

Back to top

django-rules (🥇27 · ⭐ 1.8K) - Awesome Django authorization, without the database. MIT
  • GitHub (👨‍💻 31 · 🔀 140 · 📦 1.7K · 📋 110 - 24% open · ⏱️ 18.05.2024):

     git clone https://github.com/dfunckt/django-rules
    
  • PyPi (📥 610 / month):

     pip install django-rules
    

Task Queues

Back to top

celery (🥇44 · ⭐ 24K) - Distributed Task Queue (development branch). ❗Unlicensed
  • GitHub (👨‍💻 1.4K · 🔀 4.5K · 📦 130K · 📋 5K - 12% open · ⏱️ 30.05.2024):

     git clone https://github.com/celery/celery
    
  • PyPi (📥 11M / month):

     pip install celery
    
rq (🥈37 · ⭐ 9.6K) - Simple job queues for Python. ❗Unlicensed
  • GitHub (👨‍💻 320 · 🔀 1.4K · 📦 17K · 📋 1.1K - 16% open · ⏱️ 26.05.2024):

     git clone https://github.com/rq/rq
    
  • PyPi (📥 1.4M / month):

     pip install rq
    
django-q (🥉31 · ⭐ 1.8K · 💤) - A multiprocessing distributed task queue for Django. MIT
  • GitHub (👨‍💻 62 · 🔀 230 · 📦 1.6K · 📋 430 - 64% open · ⏱️ 26.06.2021):

     git clone https://github.com/Koed00/django-q
    
  • PyPi (📥 93K / month):

     pip install django-q
    
django-rq (🥉31 · ⭐ 1.8K · 📉) - A simple app that provides django integration for RQ (Redis Queue). MIT
  • GitHub (👨‍💻 130 · 🔀 270 · 📦 3.3K · 📋 350 - 26% open · ⏱️ 01.05.2024):

     git clone https://github.com/rq/django-rq
    
  • PyPi (📥 270K / month):

     pip install django-rq
    
django-celery-beat (🥉25 · ⭐ 1.6K) - Celery Periodic Tasks backed by the Django ORM. ❗Unlicensed
  • GitHub (👨‍💻 120 · 🔀 400 · 📋 400 - 21% open · ⏱️ 13.05.2024):

     git clone https://github.com/celery/django-celery-beat
    
  • PyPi (📥 1.6M / month):

     pip install django-celery-beat
    

Finite State Machine

Back to top

Packages to implement Finite State Machines (e.g. to implement workflows).

transitions (🥇34 · ⭐ 5.4K · ➕) - A lightweight, object-oriented finite state machine implementation in Python with many extensions. MIT
  • GitHub (👨‍💻 78 · 🔀 510 · 📦 3.5K · 📋 460 - 2% open · ⏱️ 28.05.2024):

     git clone https://github.com/pytransitions/transitions
    
  • PyPi (📥 610K / month):

     pip install transitions
    
django-fsm (🥈31 · ⭐ 2.3K) - Django friendly finite state machine support. MIT
  • GitHub (👨‍💻 70 · 🔀 280 · 📦 1.6K · 📋 160 - 0% open · ⏱️ 16.04.2024):

     git clone https://github.com/viewflow/django-fsm
    
  • PyPi (📥 370K / month):

     pip install django-fsm
    
viewflow (🥈24 · ⭐ 2.6K) - Reusable workflow library for Django. ❗️AGPL-3.0
  • GitHub (👨‍💻 2 · 🔀 390 · 📦 300 · 📋 330 - 5% open · ⏱️ 12.05.2024):

     git clone https://github.com/viewflow/viewflow
    
  • PyPi (📥 110 / month):

     pip install viewflow
    
django-fsm-log (🥈24 · ⭐ 240) - Automatic logging for Django FSM. MIT
  • GitHub (👨‍💻 27 · 🔀 72 · 📦 140 · 📋 47 - 23% open · ⏱️ 29.05.2024):

     git clone https://github.com/jazzband/django-fsm-log
    
  • PyPi (📥 61K / month):

     pip install django-fsm-log
    
django-fsm-admin (🥉19 · ⭐ 200 · 💤) - Mixin and template tags to integrate django-fsm transitions into the django admin. ❗Unlicensed
  • GitHub (👨‍💻 32 · 🔀 92 · 📦 340 · 📋 39 - 48% open · ⏱️ 25.10.2022):

     git clone https://github.com/gadventures/django-fsm-admin
    
  • PyPi (📥 25K / month):

     pip install django-fsm-admin
    
Show 2 hidden projects...

RESTful API (Django Rest Framework)

Back to top

django-rest-framework (🥇43 · ⭐ 28K) - Web APIs for Django. ❗Unlicensed
  • GitHub (👨‍💻 1.4K · 🔀 6.6K · 📦 670K · 📋 3.9K - 1% open · ⏱️ 07.05.2024):

     git clone https://github.com/encode/django-rest-framework
    
  • PyPi (📥 120K / month):

     pip install django-rest-framework
    
django-rest-passwordreset (🥉27 · ⭐ 410) - An extension of django rest framework, providing a configurable password reset strategy. BSD-3
  • GitHub (👨‍💻 37 · 🔀 130 · 📦 3.5K · 📋 100 - 28% open · ⏱️ 18.04.2024):

     git clone https://github.com/anexia-it/django-rest-passwordreset
    
  • PyPi (📥 300K / month):

     pip install django-rest-passwordreset
    
djangorestframework-simplejwt (🥉26 · ⭐ 3.9K) - A JSON Web Token authentication plugin for the Django REST Framework. MIT
  • GitHub (👨‍💻 120 · 🔀 610 · 📋 460 - 26% open · ⏱️ 30.05.2024):

     git clone https://github.com/jazzband/djangorestframework-simplejwt
    
  • PyPi (📥 2.3M / month):

     pip install djangorestframework-simplejwt
    

RESTful API (Django Ninja)

Back to top

django-ninja (🥇27 · ⭐ 6.4K) - Fast, Async-ready, Openapi, type hints based framework for building APIs. MIT
  • GitHub (👨‍💻 130 · 🔀 380 · 📋 750 - 36% open · ⏱️ 24.05.2024):

     git clone https://github.com/vitalik/django-ninja
    
  • PyPi (📥 320K / month):

     pip install django-ninja
    
django-ninja-extra (🥈21 · ⭐ 320) - Django Ninja Extra - Class-Based Utility and more for Django Ninja(Fast Django REST framework). MIT
  • GitHub (👨‍💻 15 · 🔀 27 · 📋 45 - 17% open · ⏱️ 09.05.2024):

     git clone https://github.com/eadwinCode/django-ninja-extra
    
  • PyPi (📥 49K / month):

     pip install django-ninja-extra
    
django-ninja-jwt (🥈21 · ⭐ 120) - A JSON Web Token authentication plugin for the Django REST Framework. MIT
  • GitHub (👨‍💻 84 · 🔀 20 · 📦 150 · 📋 22 - 40% open · ⏱️ 08.05.2024):

     git clone https://github.com/eadwinCode/django-ninja-jwt
    
  • PyPi (📥 25K / month):

     pip install django-ninja-jwt
    
django-ninja-apikey (🥉12 · ⭐ 37 · 💤) - Easy to use API key authentication for Django Ninja REST Framework. MIT
  • GitHub (🔀 9 · 📦 4 · 📋 3 - 66% open · ⏱️ 27.08.2021):

     git clone https://github.com/mawassk/django-ninja-apikey
    
  • PyPi (📥 1.2K / month):

     pip install django-ninja-apikey
    
Show 2 hidden projects...

Pydantic integration

Back to top

pydantic (🥇46 · ⭐ 19K) - Data validation using Python type hints. MIT
  • GitHub (👨‍💻 530 · 🔀 1.7K · 📦 420K · 📋 4.1K - 10% open · ⏱️ 31.05.2024):

     git clone https://github.com/pydantic/pydantic
    
  • PyPi (📥 190M / month):

     pip install pydantic
    
djantic (🥈20 · ⭐ 450 · 💤) - Pydantic model support for Django. MIT
  • GitHub (👨‍💻 4 · 🔀 34 · 📦 71 · 📋 41 - 31% open · ⏱️ 13.02.2023):

     git clone https://github.com/jordaneremieff/djantic
    
  • PyPi (📥 22K / month):

     pip install djantic
    
pyngo (🥉18 · ⭐ 76) - Pydantic model support for Django & Django-Rest-Framework. MIT
  • GitHub (👨‍💻 8 · 🔀 8 · 📦 12 · 📋 3 - 33% open · ⏱️ 27.05.2024):

     git clone https://github.com/yezz123/pyngo
    
  • PyPi (📥 5K / month):

     pip install pyngo
    
Show 1 hidden projects...
  • djantic2 (🥉11 · ⭐ 18 · 🐣) - Pydantic model support for Django. MIT

Pandas integration

Back to top

django-pandas (🥇25 · ⭐ 790 · 📈) - Tools for working with pandas in your Django projects. BSD-3
  • GitHub (👨‍💻 35 · 🔀 110 · 📦 2.3K · 📋 84 - 15% open · ⏱️ 03.04.2024):

     git clone https://github.com/chrisdev/django-pandas
    
  • PyPi (📥 120K / month):

     pip install django-pandas
    

GraphQL API

Back to top

Packages to implement GraphQL API.

graphene (🥇36 · ⭐ 8K) - GraphQL framework for Python. MIT
  • GitHub (👨‍💻 210 · 🔀 800 · 📦 21K · 📋 990 - 11% open · ⏱️ 16.05.2024):

     git clone https://github.com/graphql-python/graphene
    
  • PyPi (📥 7.8M / month):

     pip install graphene
    
graphene-django (🥈34 · ⭐ 4.2K) - Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration. MIT
  • GitHub (👨‍💻 220 · 🔀 740 · 📦 15K · 📋 820 - 17% open · ⏱️ 18.04.2024):

     git clone https://github.com/graphql-python/graphene-django
    
  • PyPi (📥 520K / month):

     pip install graphene-django
    
strawberry-graphql-django (🥈29 · ⭐ 390) - Strawberry GraphQL Django extension. MIT
  • GitHub (👨‍💻 82 · 🔀 110 · 📦 440 · 📋 270 - 30% open · ⏱️ 30.05.2024):

     git clone https://github.com/strawberry-graphql/strawberry-graphql-django
    
  • PyPi (📥 100K / month):

     pip install strawberry-graphql-django
    
django-graphql-jwt (🥉28 · ⭐ 820) - JSON Web Token (JWT) authentication for Graphene Django. MIT
  • GitHub (👨‍💻 26 · 🔀 150 · 📦 5.1K · 📋 230 - 25% open · ⏱️ 04.08.2023):

     git clone https://github.com/flavors/django-graphql-jwt
    
  • PyPi (📥 110K / month):

     pip install django-graphql-jwt
    
strawberry (🥉27 · ⭐ 3.8K) - A GraphQL library for Python that leverages type annotations. MIT
  • GitHub (👨‍💻 250 · 🔀 500 · 📥 380 · 📋 960 - 41% open · ⏱️ 31.05.2024):

     git clone https://github.com/strawberry-graphql/strawberry
    
  • PyPi (📥 530 / month):

     pip install strawberry
    
django-graphql-auth (🥉20 · ⭐ 320 · 💤) - Django registration and authentication with GraphQL. MIT
  • GitHub (👨‍💻 16 · 🔀 100 · 📦 700 · 📋 100 - 58% open · ⏱️ 17.06.2022):

     git clone https://github.com/PedroBern/django-graphql-auth
    
  • PyPi (📥 16K / month):

     pip install django-graphql-auth
    

Feature Flipper

Back to top

django-waffle (🥇29 · ⭐ 1.1K · 📉) - A feature flipper for Django. BSD-3
  • GitHub (👨‍💻 120 · 🔀 240 · 📦 1.4K · 📋 210 - 20% open · ⏱️ 06.05.2024):

     git clone https://github.com/django-waffle/django-waffle
    
  • PyPi (📥 510K / month):

     pip install django-waffle
    

Statistics

Back to top

Packages which add application layer statistic functionality.

django-trackstats (🥇15 · ⭐ 440) - Keep track of your statistics. MIT
  • GitHub (👨‍💻 9 · 🔀 38 · 📦 24 · 📋 11 - 27% open · ⏱️ 04.08.2023):

     git clone https://github.com/pennersr/django-trackstats
    
  • PyPi (📥 2.8K / month):

     pip install django-trackstats
    

Testing

Back to top

pytest-django (🥇34 · ⭐ 1.3K) - A Django plugin for pytest. ❗Unlicensed
  • GitHub (👨‍💻 140 · 🔀 330 · 📦 76K · 📋 520 - 27% open · ⏱️ 31.01.2024):

     git clone https://github.com/pytest-dev/pytest-django
    
  • PyPi (📥 3.8M / month):

     pip install pytest-django
    
model_bakery (🥈27 · ⭐ 800) - Object factory for Django. ❗Unlicensed
  • GitHub (👨‍💻 52 · 🔀 80 · 📦 4.1K · 📋 130 - 19% open · ⏱️ 21.04.2024):

     git clone https://github.com/model-bakers/model_bakery
    
  • PyPi (📥 630K / month):

     pip install model_bakery
    
factory_boy (🥉25 · ⭐ 3.4K) - A test fixtures replacement for Python. MIT
  • GitHub (👨‍💻 130 · 🔀 370 · 📋 570 - 27% open · ⏱️ 25.04.2024):

     git clone https://github.com/FactoryBoy/factory_boy
    
  • PyPi (📥 4.1M / month):

     pip install factory_boy
    
django-test-migrations (🥉25 · ⭐ 500) - Test django schema and data migrations, including migrations order and best practices. MIT
  • GitHub (👨‍💻 18 · 🔀 33 · 📦 730 · 📋 64 - 23% open · ⏱️ 29.04.2024):

     git clone https://github.com/wemake-services/django-test-migrations
    
  • PyPi (📥 170K / month):

     pip install django-test-migrations
    
django-test-plus (🥉19 · ⭐ 600) - Useful additions to Djangos default TestCase. BSD-3
  • GitHub (👨‍💻 34 · 🔀 61 · 📋 57 - 17% open · ⏱️ 03.05.2024):

     git clone https://github.com/revsys/django-test-plus
    
  • PyPi (📥 63K / month):

     pip install django-test-plus
    

Monitoring frameworks based on Django

Back to top

Monitoring (Application Performance Monitoring, ...) frameworks which use Django under the hood.

sentry (🥇39 · ⭐ 37K) - Developer-first error tracking and performance monitoring. ❗Unlicensed
  • GitHub (👨‍💻 840 · 🔀 4K · 📥 46K · 📦 690 · 📋 12K - 18% open · ⏱️ 31.05.2024):

     git clone https://github.com/getsentry/sentry
    

CMS frameworks based on Django

Back to top

Content Management Systems which use Django under the hood.

django-cms (🥇41 · ⭐ 10K) - The easy-to-use and developer-friendly enterprise CMS powered by Django. BSD-3
  • GitHub (👨‍💻 560 · 🔀 3K · 📦 5.2K · 📋 3.5K - 3% open · ⏱️ 29.05.2024):

     git clone https://github.com/django-cms/django-cms
    
  • PyPi (📥 77K / month):

     pip install django-cms
    
wagtail (🥉37 · ⭐ 17K) - A Django content management system focused on flexibility and user experience. BSD-3
  • GitHub (👨‍💻 910 · 🔀 3.6K · 📦 8 · 📋 4.9K - 17% open · ⏱️ 30.05.2024):

     git clone https://github.com/wagtail/wagtail
    
  • PyPi (📥 250K / month):

     pip install wagtail
    
mezzanine (🥉27 · ⭐ 4.7K · 💤) - CMS framework for Django. BSD-2
  • GitHub (👨‍💻 330 · 🔀 1.6K · 📋 1.1K - 3% open · ⏱️ 02.11.2022):

     git clone https://github.com/stephenmcd/mezzanine
    
  • PyPi (📥 4.5K / month):

     pip install mezzanine
    

E-Commerce frameworks based on Django

Back to top

E-Commerce frameworks which use Django under the hood.

django-oscar (🥇37 · ⭐ 6.1K) - Domain-driven e-commerce for Django. BSD-3
  • GitHub (👨‍💻 360 · 🔀 2.1K · 📦 1.1K · 📋 1.5K - 5% open · ⏱️ 15.05.2024):

     git clone https://github.com/django-oscar/django-oscar
    
  • PyPi (📥 23K / month):

     pip install django-oscar
    
saleor (🥈32 · ⭐ 20K · 📉) - Saleor Core: the high performance, composable, headless commerce API. BSD-3
  • GitHub (👨‍💻 290 · 🔀 5.2K · 📥 200 · 📦 3 · 📋 4.3K - 13% open · ⏱️ 29.05.2024):

     git clone https://github.com/saleor/saleor
    
  • PyPi (📥 24 / month):

     pip install saleor
    
django-shop (🥉26 · ⭐ 3.2K · 💤) - A Django based shop system. BSD-3
  • GitHub (👨‍💻 96 · 🔀 990 · 📦 220 · 📋 380 - 23% open · ⏱️ 28.02.2021):

     git clone https://github.com/awesto/django-shop
    
  • PyPi (📥 5.3K / month):

     pip install django-shop
    
shuup (🥉24 · ⭐ 2.2K · 💤) - E-Commerce Platform. ❗Unlicensed
  • GitHub (👨‍💻 67 · 🔀 1.1K · 📥 580 · 📦 160 · 📋 440 - 33% open · ⏱️ 18.08.2021):

     git clone https://github.com/shuup/shuup
    
  • PyPi (📥 2.2K / month):

     pip install shuup
    

Analytics frameworks based on Django

Back to top

Analytics frameworks which use Django under the hood.

shynet (🥇19 · ⭐ 2.8K) - Modern, privacy-friendly, and detailed web analytics that works without cookies or JS. Apache-2
  • GitHub (👨‍💻 36 · 🔀 180 · 📋 180 - 25% open · ⏱️ 22.02.2024):

     git clone https://github.com/milesmcc/shynet
    
  • PyPi:

     pip install shynet
    

Project management frameworks based on Django

Back to top

Project management frameworks which use Django under the hood.

plane (🥇25 · ⭐ 25K) - Open Source JIRA, Linear and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the.. ❗️AGPL-3.0
  • GitHub (👨‍💻 81 · 🔀 1.3K · 📋 780 - 44% open · ⏱️ 31.05.2024):

     git clone https://github.com/makeplane/plane
    
taiga (🥉12 · ⭐ 400) - Taiga is a free and open-source project management for cross-functional agile teams. MPL-2.0
  • GitHub (👨‍💻 11 · 🔀 53 · ⏱️ 13.12.2023):

     git clone https://github.com/kaleidos-ventures/taiga
    

Monitoring frameworks based on Django

Back to top

Monitoring frameworks which use Django under the hood.


Photo management frameworks based on Django

Back to top

Photo management frameworks which use Django under the hood.

librephotos (🥇22 · ⭐ 6.6K) - A self-hosted open source photo management service. This is the repository of the backend. MIT
  • GitHub (👨‍💻 73 · 🔀 280 · 📋 840 - 32% open · ⏱️ 28.05.2024):

     git clone https://github.com/LibrePhotos/librephotos
    

Recipe management frameworks based on Django

Back to top

Recipe management frameworks which use Django under the hood.

Tandoor Recipes (🥇24 · ⭐ 5.1K) - Application for managing recipes, planning meals, building shopping lists and much much more!. ❗Unlicensed
  • GitHub (👨‍💻 340 · 🔀 540 · 📋 1.7K - 15% open · ⏱️ 28.05.2024):

     git clone https://github.com/TandoorRecipes/recipes
    

Document management frameworks based on Django

Back to top

Document management frameworks which use Django under the hood.

Paperless-ngx (🥇31 · ⭐ 17K) - A community-supported supercharged version of paperless: scan, index and archive all your physical documents. ❗️GPL-3.0
  • GitHub (👨‍💻 350 · 🔀 920 · 📥 79K · ⏱️ 31.05.2024):

     git clone https://github.com/paperless-ngx/paperless-ngx
    

Education frameworks based on Django

Back to top

Education frameworks which use Django under the hood.

Open edX (🥇29 · ⭐ 7.1K) - The Open edX LMS & Studio, powering education sites around the world!. ❗️AGPL-3.0
  • GitHub (👨‍💻 1.4K · 🔀 3.4K · 📦 3 · 📋 470 - 27% open · ⏱️ 31.05.2024):

     git clone https://github.com/openedx/edx-platform
    

Inventory management system based on Django

Back to top

Inventory management systems which use Django under the hood.

InvenTree (🥇27 · ⭐ 3.8K) - Open Source Inventory Management System. MIT
  • GitHub (👨‍💻 85 · 🔀 650 · 📥 330 · 📋 2.4K - 8% open · ⏱️ 31.05.2024):

     git clone https://github.com/inventree/InvenTree
    

Crawler management system based on Django

Back to top

Web crawler management systems which use Django under the hood.


Network automation system based on Django

Back to top

Network automation systems which use Django under the hood.

netbox (🥇32 · ⭐ 15K) - The premier source of truth powering network automation. Open source under Apache 2. Public demo:.. Apache-2
  • GitHub (👨‍💻 360 · 🔀 2.4K · 📋 9.8K - 2% open · ⏱️ 31.05.2024):

     git clone https://github.com/netbox-community/netbox
    

Fields (encrypted)

Back to top

django-cryptography (🥇19 · ⭐ 360) - Easily encrypt data in Django. BSD-3
  • GitHub (👨‍💻 4 · 🔀 64 · 📋 72 - 55% open · ⏱️ 16.02.2024):

     git clone https://github.com/georgemarshall/django-cryptography
    
  • PyPi (📥 150K / month):

     pip install django-cryptography
    
django-mirage-field (🥈17 · ⭐ 91 · 💤) - Django model field encrypt/decrypt your data, keep secret in database. MIT
  • GitHub (👨‍💻 9 · 🔀 13 · 📦 81 · 📋 13 - 7% open · ⏱️ 19.04.2022):

     git clone https://github.com/luojilab/django-mirage-field
    
  • PyPi (📥 13K / month):

     pip install django-mirage-field
    
Show 4 hidden projects...

Fields (phone numbers)

Back to top

django-phonenumber-field (🥇32 · ⭐ 1.5K · 📉) - A django model and form field for normalised phone numbers using python-phonenumbers. MIT
  • GitHub (👨‍💻 120 · 🔀 300 · 📥 19 · 📦 26K · 📋 220 - 3% open · ⏱️ 05.04.2024):

     git clone https://github.com/stefanfoulis/django-phonenumber-field
    
  • PyPi (📥 1.3M / month):

     pip install django-phonenumber-field
    
django-phone-field (🥉18 · ⭐ 51 · 💤) - Lightweight model and form field for phone numbers in Django. ❗️GPL-3.0
  • GitHub (👨‍💻 4 · 🔀 13 · 📦 3K · 📋 15 - 26% open · ⏱️ 10.06.2020):

     git clone https://github.com/VeryApt/django-phone-field
    
  • PyPi (📥 24K / month):

     pip install django-phone-field
    

Fields (addresses)

Back to top

django-address (🥇24 · ⭐ 430 · 💤) - A Django address model and field. Addresses may be specified by address components or by performing an automatic.. BSD-3
  • GitHub (👨‍💻 22 · 🔀 160 · 📦 430 · 📋 130 - 32% open · ⏱️ 05.05.2022):

     git clone https://github.com/furious-luke/django-address
    
  • PyPi (📥 13K / month):

     pip install django-address
    
django-mapbox-location-field (🥈22 · ⭐ 66) - Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js,.. MIT
  • GitHub (👨‍💻 8 · 🔀 22 · 📦 350 · 📋 26 - 11% open · ⏱️ 18.03.2024):

     git clone https://github.com/Simon-the-Shark/django-mapbox-location-field
    
  • PyPi (📥 1.2K / month):

     pip install django-mapbox-location-field
    
django-google-maps (🥉21 · ⭐ 280 · 💤) - Using the Google Maps API with django model admin. BSD-2
  • GitHub (👨‍💻 19 · 🔀 93 · 📦 650 · 📋 47 - 25% open · ⏱️ 22.03.2022):

     git clone https://github.com/madisona/django-google-maps
    
  • PyPi (📥 10K / month):

     pip install django-google-maps
    
django-loci (🥉20 · ⭐ 180) - Reusable Django app for storing geographic and indoor coordinates. Maintained by the OpenWISP Project. BSD-3
  • GitHub (👨‍💻 28 · 🔀 40 · 📦 11 · 📋 40 - 5% open · ⏱️ 06.07.2023):

     git clone https://github.com/openwisp/django-loci
    
  • PyPi (📥 1.1K / month):

     pip install django-loci
    
Show 1 hidden projects...
  • django-address-model (🥉8 · ⭐ 13 · 💤) - django abstract model that provide the complete address, eg: no, na/rt, ca/rw, village/desa, sub district/kecamatan,.. MIT

Fields (versioning)

Back to top

django-simple-history (🥇37 · ⭐ 2.1K · 📈) - Store model history and view/revert changes from admin site. BSD-3
  • GitHub (👨‍💻 180 · 🔀 440 · 📦 5.3K · 📋 570 - 22% open · ⏱️ 29.05.2024):

     git clone https://github.com/jazzband/django-simple-history
    
  • PyPi (📥 1.2M / month):

     pip install django-simple-history
    
django-reversion (🥈35 · ⭐ 3K) - django-reversion is an extension to the Django web framework that provides version control for model instances. BSD-3
  • GitHub (👨‍💻 190 · 🔀 460 · 📦 7.4K · 📋 650 - 2% open · ⏱️ 30.01.2024):

     git clone https://github.com/etianen/django-reversion
    
  • PyPi (📥 450K / month):

     pip install django-reversion
    
django-auditlog (🥈31 · ⭐ 1K) - A Django app that keeps a log of changes made to an object. MIT
  • GitHub (👨‍💻 78 · 🔀 360 · 📥 340 · 📦 980 · 📋 270 - 22% open · ⏱️ 27.05.2024):

     git clone https://github.com/jazzband/django-auditlog
    
  • PyPi (📥 360K / month):

     pip install django-auditlog
    
django-easy-audit (🥉26 · ⭐ 680) - Yet another Django audit log app, hopefully the simplest one. ❗️GPL-3.0
  • GitHub (👨‍💻 48 · 🔀 160 · 📦 260 · 📋 140 - 47% open · ⏱️ 16.04.2024):

     git clone https://github.com/soynatan/django-easy-audit
    
  • PyPi (📥 60K / month):

     pip install django-easy-audit
    
django-dirtyfields (🥉19 · ⭐ 610) - Tracking dirty fields on a Django model. BSD-3
  • GitHub (👨‍💻 42 · 🔀 97 · 📋 71 - 15% open · ⏱️ 29.05.2024):

     git clone https://github.com/romgar/django-dirtyfields
    
  • PyPi (📥 230K / month):

     pip install django-dirtyfields
    
django-fieldsignals (🥉16 · ⭐ 110 · 💤) - Django signals for changed fields. ❗Unlicensed
  • GitHub (👨‍💻 5 · 🔀 11 · 📦 250 · 📋 17 - 17% open · ⏱️ 08.10.2022):

     git clone https://github.com/craigds/django-fieldsignals
    
  • PyPi (📥 16K / month):

     pip install django-fieldsignals
    
Show 1 hidden projects...
  • django-audit-log (🥉17 · ⭐ 230 · 💀) - Audit log for your Django models. ❗Unlicensed

Messaging

Back to top

django-slack (🥇22 · ⭐ 240) - Slack integration for Django, using the templating engine to generate messages. BSD-3
  • GitHub (👨‍💻 29 · 🔀 55 · 📦 380 · 📋 63 - 14% open · ⏱️ 10.05.2024):

     git clone https://github.com/lamby/django-slack
    
  • PyPi (📥 82K / month):

     pip install django-slack
    
django-sendsms (🥈17 · ⭐ 260 · 💤) - A simple API to send SMS messages. It is modeled after the django email api. MIT
  • GitHub (👨‍💻 19 · 🔀 93 · 📦 370 · 📋 24 - 20% open · ⏱️ 27.12.2021):

     git clone https://github.com/stefanfoulis/django-sendsms
    
  • PyPi (📥 5K / month):

     pip install django-sendsms
    
django-sms (🥉13 · ⭐ 49) - A Django app for sending SMS with interchangeable backends. BSD-3
  • GitHub (👨‍💻 3 · 🔀 14 · 📋 15 - 40% open · ⏱️ 07.01.2024):

     git clone https://github.com/roaldnefs/django-sms
    
  • PyPi (📥 9.8K / month):

     pip install django-sms
    
django-discord-integration (🥉12 · ⭐ 22 · 📈) - Discord integration for Django, supporting error reporting via webhooks. ❗️AGPL-3.0
  • GitHub (👨‍💻 2 · 🔀 1 · 📦 5 · ⏱️ 28.05.2024):

     git clone https://github.com/Ninjaclasher/django-discord-integration
    
  • PyPi (📥 1.5K / month):

     pip install django-discord-integration
    
Show 1 hidden projects...

Storage

Back to top

django-storages (🥇36 · ⭐ 2.7K) - https://django-storages.readthedocs.io/. BSD-3
  • GitHub (👨‍💻 260 · 🔀 800 · 📦 180K · 📋 690 - 14% open · ⏱️ 29.05.2024):

     git clone https://github.com/jschneier/django-storages
    
  • PyPi (📥 3.5M / month):

     pip install django-storages
    
django-minio-storage (🥉21 · ⭐ 150) - A django storage driver for minio. MIT
  • GitHub (👨‍💻 18 · 🔀 53 · 📦 270 · 📋 82 - 13% open · ⏱️ 19.12.2023):

     git clone https://github.com/py-pa/django-minio-storage
    
  • PyPi (📥 30K / month):

     pip install django-minio-storage
    
Show 1 hidden projects...
  • django-minio (🥉7 · ⭐ 65 · 💀) - Django app to use Minio Server as file storage. ❗Unlicensed

Event Sourcing

Back to top

eventsourcing (🥇24 · ⭐ 1.4K) - A library for event sourcing in Python. BSD-3
  • GitHub (👨‍💻 27 · 🔀 130 · 📦 150 · 📋 88 - 1% open · ⏱️ 28.05.2024):

     git clone https://github.com/pyeventsourcing/eventsourcing
    
  • PyPi (📥 7.3K / month):

     pip install eventsourcing
    
eventsourcing-django (🥈11 · ⭐ 38 · 💤) - Python package for eventsourcing with Django. BSD-3
  • GitHub (👨‍💻 5 · 🔀 9 · 📦 6 · 📋 4 - 50% open · ⏱️ 16.03.2023):

     git clone https://github.com/pyeventsourcing/eventsourcing-django
    
  • PyPi (📥 980 / month):

     pip install eventsourcing-django
    
Show 3 hidden projects...

Locking

Back to top

django-concurrency (🥇18 · ⭐ 430) - Optimistic lock implementation for Django. Prevents users from doing concurrent editing. MIT
  • GitHub (👨‍💻 25 · 🔀 49 · 📋 71 - 4% open · ⏱️ 25.01.2024):

     git clone https://github.com/saxix/django-concurrency
    
  • PyPi (📥 53K / month):

     pip install django-concurrency
    
Show 2 hidden projects...
  • django-optimistic-lock (🥉14 · ⭐ 120 · 💀) - Offline optimistic locking for Django. BSD-2
  • django-locking (🥉8 · ⭐ 140 · 💀) - Prevents users from doing concurrent editing in Django. Works out of the box in the admin interface, or you can.. ❗Unlicensed

Example data

Back to top

django-seed (🥇26 · ⭐ 670 · 💤) - Seed your Django database with fake data. MIT
  • GitHub (👨‍💻 23 · 🔀 78 · 📦 4.5K · 📋 58 - 27% open · ⏱️ 08.10.2021):

     git clone https://github.com/brobin/django-seed
    
  • PyPi (📥 26K / month):

     pip install django-seed
    
django-fixture-magic (🥉19 · ⭐ 390) - Utilities to extract and manipulate Django Fixtures. BSD-3
  • GitHub (👨‍💻 36 · 🔀 91 · 📦 160 · 📋 35 - 34% open · ⏱️ 26.10.2023):

     git clone https://github.com/davedash/django-fixture-magic
    
  • PyPi (📥 26K / month):

     pip install django-fixture-magic
    
mixer (🥉16 · ⭐ 930 · 💤) - Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects. ❗Unlicensed
  • GitHub (👨‍💻 43 · 🔀 93 · 📋 86 - 43% open · ⏱️ 23.03.2022):

     git clone https://github.com/klen/mixer
    
  • PyPi (📥 120K / month):

     pip install mixer
    
Show 1 hidden projects...

Fake data

Back to top

model-bakery (🥇27 · ⭐ 800) - Object factory for Django. ❗Unlicensed
  • GitHub (👨‍💻 52 · 🔀 80 · 📦 4.1K · 📋 130 - 19% open · ⏱️ 21.04.2024):

     git clone https://github.com/model-bakers/model_bakery
    
  • PyPi (📥 630K / month):

     pip install model-bakery/
    
django-dynamic-fixture (🥉21 · ⭐ 390) - A complete library to create dynamic model instances for testing purposes. ❗Unlicensed
  • GitHub (👨‍💻 36 · 🔀 61 · 📦 1.2K · 📋 68 - 7% open · ⏱️ 15.09.2023):

     git clone https://github.com/paulocheque/django-dynamic-fixture
    
  • PyPi (📥 95K / month):

     pip install django-dynamic-fixture
    

Bootstrap CSS Framework Integration (Django MVT application)

Back to top

django-bootstrap4 (🥇33 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3
  • GitHub (👨‍💻 140 · 🔀 220 · 📦 160K · 📋 160 - 10% open · ⏱️ 25.04.2024):

     git clone https://github.com/zostera/django-bootstrap4
    
  • PyPi (📥 180K / month):

     pip install django-bootstrap4
    
django-bootstrap3 (🥈32 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3
  • GitHub (👨‍💻 99 · 🔀 670 · 📦 19K · ⏱️ 25.04.2024):

     git clone https://github.com/zostera/django-bootstrap3
    
  • PyPi (📥 140K / month):

     pip install django-bootstrap3
    
django-bootstrap5 (🥉28 · ⭐ 360) - Bootstrap 5 for Django. BSD-3
  • GitHub (👨‍💻 150 · 🔀 78 · 📦 6.4K · 📋 93 - 44% open · ⏱️ 28.05.2024):

     git clone https://github.com/zostera/django-bootstrap5
    
  • PyPi (📥 150K / month):

     pip install django-bootstrap5
    
django-bootstrap-v5 (🥉22 · ⭐ 100) - Bootstrap 5 integration with Django. BSD-3
  • GitHub (👨‍💻 140 · 🔀 44 · 📦 7.9K · 📋 23 - 34% open · ⏱️ 07.01.2024):

     git clone https://github.com/zelenij/django-bootstrap-v5
    
  • PyPi (📥 61K / month):

     pip install django-bootstrap-v5
    

Bulma CSS Framework Integration (Django MVT application)

Back to top

django-bulma (🥇19 · ⭐ 340 · 💤) - Bulma theme for Django. MIT
  • GitHub (👨‍💻 14 · 🔀 54 · 📦 500 · 📋 43 - 13% open · ⏱️ 21.10.2021):

     git clone https://github.com/timonweb/django-bulma
    
  • PyPi (📥 3.1K / month):

     pip install django-bulma
    

TailwindCSS CSS Framework Integration (Django MVT application)

Back to top

django-tailwind (🥇24 · ⭐ 1.4K) - Django + Tailwind CSS =. MIT
  • GitHub (👨‍💻 19 · 🔀 83 · 📦 3.7K · 📋 150 - 10% open · ⏱️ 22.12.2023):

     git clone https://github.com/timonweb/django-tailwind
    
  • PyPi (📥 75K / month):

     pip install django-tailwind
    
django-tailwind-cli (🥉15 · ⭐ 81) - Django and Tailwind integration based on the prebuilt Tailwind CSS CLI. MIT
  • GitHub (👨‍💻 9 · 🔀 10 · ⏱️ 13.05.2024):

     git clone https://github.com/oliverandrich/django-tailwind-cli
    
  • PyPi (📥 5.6K / month):

     pip install django-tailwind-cli
    
Show 1 hidden projects...

Data exploration

Back to top

django-data-browser (🥇20 · ⭐ 310) - Django app for user friendly querying of Django models. BSD-3
  • GitHub (👨‍💻 10 · 🔀 24 · 📦 26 · 📋 36 - 11% open · ⏱️ 09.04.2024):

     git clone https://github.com/tolomea/django-data-browser
    
  • PyPi (📥 2.6K / month):

     pip install django-data-browser
    

Multiple tenants

Back to top

django-tenants (🥇30 · ⭐ 1.4K · 📉) - Django tenants using PostgreSQL Schemas. MIT
  • GitHub (👨‍💻 110 · 🔀 320 · 📦 800 · 📋 650 - 33% open · ⏱️ 31.05.2024):

     git clone https://github.com/django-tenants/django-tenants
    
  • PyPi (📥 100K / month):

     pip install django-tenants
    
django-tenant-schemas (🥈27 · ⭐ 1.4K) - Tenant support for Django using PostgreSQL schemas. MIT
  • GitHub (👨‍💻 75 · 🔀 390 · 📦 410 · 📋 470 - 30% open · ⏱️ 02.07.2023):

     git clone https://github.com/bernardopires/django-tenant-schemas
    
  • PyPi (📥 19K / month):

     pip install django-tenant-schemas
    
django-multitenant (🥉23 · ⭐ 700) - Python/Django support for distributed multi-tenant databases like Postgres+Citus. MIT
  • GitHub (👨‍💻 25 · 🔀 110 · 📦 61 · 📋 96 - 41% open · ⏱️ 30.04.2024):

     git clone https://github.com/citusdata/django-multitenant
    
  • PyPi (📥 24K / month):

     pip install django-multitenant
    
django-scopes (🥉15 · ⭐ 220) - Safely separate multiple tenants in a Django database. Apache-2
  • GitHub (👨‍💻 6 · 🔀 15 · 📦 82 · 📋 18 - 66% open · ⏱️ 12.06.2023):

     git clone https://github.com/raphaelm/django-scopes
    
  • PyPi (📥 7.2K / month):

     pip install django-scopes
    

Value-as-a-Service frameworks based on Django

Back to top

SaaS frameworks, subscription-based tutorials etc. which use Django under the hood.

djaodjin-saas (🥇17 · ⭐ 540) - Django application for software-as-service and subscription businesses. ❗Unlicensed
  • GitHub (👨‍💻 12 · 🔀 120 · 📦 8 · 📋 110 - 15% open · ⏱️ 01.05.2024):

     git clone https://github.com/djaodjin/djaodjin-saas
    
  • PyPi (📥 320 / month):

     pip install djaodjin-saas
    

Payment and Subscription (Stripe, etc.)

Back to top

dj-stripe (🥇33 · ⭐ 1.6K) - dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to.. MIT
  • GitHub (👨‍💻 130 · 🔀 460 · 📦 970 · 📋 980 - 4% open · ⏱️ 26.05.2024):

     git clone https://github.com/dj-stripe/dj-stripe
    
  • PyPi (📥 100K / month):

     pip install dj-stripe
    
django-paypal (🥇27 · ⭐ 710) - A pluggable Django application for integrating PayPal Payments Standard or Payments Pro. MIT
  • GitHub (👨‍💻 73 · 🔀 200 · 📦 3.4K · 📋 160 - 6% open · ⏱️ 30.04.2024):

     git clone https://github.com/spookylukey/django-paypal
    
  • PyPi (📥 20K / month):

     pip install django-paypal
    
django-payments (🥈24 · ⭐ 990) - Universal payment handling for Django. ❗Unlicensed
  • GitHub (👨‍💻 61 · 🔀 260 · 📥 21 · 📦 540 · 📋 170 - 38% open · ⏱️ 17.04.2024):

     git clone https://github.com/jazzband/django-payments
    
  • PyPi (📥 12K / month):

     pip install django-payments
    
pinax-stripe-light (🥈21 · ⭐ 680 · 💤) - a payments Django app for Stripe. MIT
  • GitHub (👨‍💻 72 · 🔀 270 · 📋 300 - 22% open · ⏱️ 28.11.2021):

     git clone https://github.com/pinax/pinax-stripe-light
    
  • PyPi (📥 280 / month):

     pip install pinax-stripe-light
    
django-getpaid (🥈21 · ⭐ 440 · 💤) - Django payments processor. MIT
  • GitHub (👨‍💻 30 · 🔀 110 · 📦 46 · 📋 61 - 4% open · ⏱️ 12.12.2021):

     git clone https://github.com/django-getpaid/django-getpaid
    
  • PyPi (📥 860 / month):

     pip install django-getpaid
    
django-oscar-paypal (🥈20 · ⭐ 160) - PayPal integration for django-oscar. Can be used without Oscar too. BSD-3
  • GitHub (👨‍💻 51 · 🔀 190 · 📦 160 · 📋 92 - 25% open · ⏱️ 01.09.2023):

     git clone https://github.com/django-oscar/django-oscar-paypal
    
  • PyPi (📥 280 / month):

     pip install django-oscar-paypal
    
silver (🥈17 · ⭐ 300) - Automated billing and payments for Django with a REST API. ❗Unlicensed
  • GitHub (👨‍💻 24 · 🔀 74 · 📦 8 · 📋 390 - 12% open · ⏱️ 30.01.2024):

     git clone https://github.com/silverapp/silver
    
  • PyPi (📥 51 / month):

     pip install silver
    
django-flexible-subscriptions (🥉15 · ⭐ 240 · 💤) - A subscription and recurrent billing application for Django. ❗️GPL-3.0
  • GitHub (👨‍💻 14 · 🔀 50 · 📦 25 · 📋 50 - 54% open · ⏱️ 11.09.2020):

     git clone https://github.com/studybuffalo/django-flexible-subscriptions
    
  • PyPi (📥 1.1K / month):

     pip install django-flexible-subscriptions
    
django-subscriptions (🥉15 · ⭐ 73 · 💤) - A django package for managing subscription states. BSD-3
  • GitHub (👨‍💻 2 · 🔀 9 · 📦 13 · ⏱️ 29.12.2020):

     git clone https://github.com/kogan/django-subscriptions
    
  • PyPi (📥 1.4K / month):

     pip install django-subscriptions
    
dj-paypal (🥉14 · ⭐ 86) - Paypal integration for Django - Inspired by dj-Stripe. MIT
  • GitHub (👨‍💻 3 · 🔀 20 · 📦 25 · 📋 9 - 44% open · ⏱️ 29.02.2024):

     git clone https://github.com/HearthSim/dj-paypal
    
  • PyPi (📥 95 / month):

     pip install dj-paypal
    
drf-stripe-subscription (🥉13 · ⭐ 100) - An out-of-box Django REST framework solution for payment and subscription management using Stripe. MIT
  • GitHub (👨‍💻 4 · 🔀 13 · 📋 22 - 22% open · ⏱️ 18.01.2024):

     git clone https://github.com/oscarychen/drf-stripe-subscription
    
  • PyPi (📥 850 / month):

     pip install drf-stripe-subscription
    
django-flutterwave (🥉13 · ⭐ 22 · 💤) - Django integration for Flutterwave Rave payments and subscriptions. MIT
  • GitHub (🔀 11 · 📦 45 · ⏱️ 29.12.2020):

     git clone https://github.com/bdelate/django-flutterwave
    
  • PyPi:

     pip install django-flutterwave
    
dj-paddle (🥉12 · ⭐ 78 · 💤) - Django + Paddle made Easy!. MIT
  • GitHub (👨‍💻 7 · 🔀 32 · 📋 25 - 56% open · ⏱️ 26.03.2021):

     git clone https://github.com/paddle-python/dj-paddle
    
  • PyPi (📥 140 / month):

     pip install dj-paddle
    
django-stripe-subscriptions (🥉7 · ⭐ 33 · 💤) - How to handle subscription payments with Django and Stripe. MIT
  • GitHub (👨‍💻 3 · 🔀 11 · 📋 4 - 75% open · ⏱️ 20.07.2022):

     git clone https://github.com/duplxey/django-stripe-subscriptions
    
  • PyPi:

     pip install django-stripe-subscriptions
    
Show 5 hidden projects...
  • merchant (🥈18 · ⭐ 1K · 💀) - A Django app to accept payments from various payment processors via Pluggable backends. BSD-3
  • django-bitcoin (🥉14 · ⭐ 180 · 💀) - bitcoin payment management for django. MIT
  • django-authorizenet (🥉10 · ⭐ 87 · 💀) - Django and Authorize.NET payment gateway integration. MIT
  • django-subscription (🥉9 · ⭐ 180 · 💀) - Subscriptions or Recurring Billing App for django. ❗Unlicensed
  • django-payee (🥉4 · ⭐ 1 · 💤) - Accept (regular and subscription) payments in Internet (currently supports PayPal). Advanced support for subscription.. ❗Unlicensed

Emails

Back to top

django-anymail (🥇30 · ⭐ 1.6K · ➕) - Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal,.. ❗Unlicensed
  • GitHub (👨‍💻 63 · 🔀 120 · 📥 74 · 📦 6.3K · 📋 220 - 2% open · ⏱️ 22.05.2024):

     git clone https://github.com/anymail/django-anymail
    
  • PyPi (📥 700K / month):

     pip install django-anymail
    
django-ses (🥈29 · ⭐ 970) - A Django email backend for Amazons Simple Email Service. MIT
  • GitHub (👨‍💻 80 · 🔀 210 · 📦 2.9K · 📋 140 - 39% open · ⏱️ 22.05.2024):

     git clone https://github.com/django-ses/django-ses
    
  • PyPi (📥 640K / month):

     pip install django-ses
    
django-post-office (🥉25 · ⭐ 980) - A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates.. MIT
  • GitHub (👨‍💻 78 · 🔀 250 · 📦 84 · 📋 250 - 38% open · ⏱️ 20.05.2024):

     git clone https://github.com/ui/django-post_office
    
  • PyPi (📥 48K / month):

     pip install django-post-office
    
aiosmtpd (🥉24 · ⭐ 300) - A reimplementation of the Python stdlib smtpd.py based on asyncio. Apache-2
  • GitHub (👨‍💻 43 · 🔀 91 · 📥 340 · 📋 170 - 34% open · ⏱️ 27.05.2024):

     git clone https://github.com/aio-libs/aiosmtpd
    
  • PyPi (📥 190K / month):

     pip install aiosmtpd
    
django-mailbox (🥉23 · ⭐ 350) - Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application.. MIT
  • GitHub (👨‍💻 54 · 🔀 160 · 📦 180 · 📋 160 - 12% open · ⏱️ 24.05.2024):

     git clone https://github.com/coddingtonbear/django-mailbox
    
  • PyPi (📥 7.7K / month):

     pip install django-mailbox
    

Templates

Back to top

django-htmx (🥇26 · ⭐ 1.4K) - Extensions for using Django with htmx. MIT
  • GitHub (👨‍💻 19 · 🔀 120 · 📦 2.3K · 📋 69 - 13% open · ⏱️ 28.05.2024):

     git clone https://github.com/adamchainz/django-htmx
    
  • PyPi (📥 190K / month):

     pip install django-htmx
    
django-compressor (🥈24 · ⭐ 2.8K) - Compresses linked and inline javascript or CSS into a single cached file. ❗Unlicensed
  • GitHub (👨‍💻 220 · 🔀 560 · 📋 650 - 16% open · ⏱️ 06.05.2024):

     git clone https://github.com/django-compressor/django-compressor
    
  • PyPi (📥 530K / month):

     pip install django-compressor
    
django-template-partials (🥉17 · ⭐ 350) - Reusable named inline partials for the Django Template Language. MIT
  • GitHub (👨‍💻 12 · 🔀 16 · 📦 90 · 📋 20 - 25% open · ⏱️ 08.04.2024):

     git clone https://github.com/carltongibson/django-template-partials
    
  • PyPi (📥 12K / month):

     pip install django-template-partials
    
inertia-django (🥉17 · ⭐ 240 · ➕) - The Django adapter for Inertia.js. MIT
  • GitHub (👨‍💻 8 · 🔀 27 · 📦 81 · 📋 26 - 42% open · ⏱️ 27.01.2024):

     git clone https://github.com/inertiajs/inertia-django
    
  • PyPi (📥 2.1K / month):

     pip install inertia-django
    

Reusable app templates

Back to top

wemake-django-template (🥇22 · ⭐ 1.9K) - Bleeding edge django template focused on code quality and security. MIT
  • GitHub (👨‍💻 48 · 🔀 210 · 📋 530 - 6% open · ⏱️ 30.05.2024):

     git clone https://github.com/wemake-services/wemake-django-template
    
cookiecutter-djangopackage (🥇13 · ⭐ 430 · 💤) - A cookiecutter template for creating reusable Django packages quickly. ❗Unlicensed
  • GitHub (👨‍💻 55 · 🔀 150 · 📋 72 - 38% open · ⏱️ 29.10.2020):

     git clone https://github.com/pydanny/cookiecutter-djangopackage
    
  • PyPi:

     pip install cookiecutter-djangopackage
    
wq-django-template (🥈9 · ⭐ 27) - Django + NPM (Create React App) template for building REST-ful web & hybrid apps with the wq framework. ❗Unlicensed
  • GitHub (👨‍💻 4 · 🔀 7 · ⏱️ 27.03.2024):

     git clone https://github.com/wq/wq-django-template
    
Show 8 hidden projects...
  • cookiecutter-django-crud (🥈9 · ⭐ 67 · 💀) - A cookiecutter template to create a Django app around a model with CRUD views using django-vanilla-views, a.. BSD-3
  • cookiecutter-django-app (🥈9 · ⭐ 16 · 💤) - A cookiecutter template for creating reusable Django packages (installable apps) quickly. Apache-2
  • django-app-template (🥉7 · ⭐ 52 · 💀) - A handy template for creating a new reusable Django application. BSD-2
  • django-reusable-app-template (🥉6 · ⭐ 95 · 💀) - A template for kickstarting reusable Django apps, ready to be published on pypi.python.org, ready for test driven.. ❗Unlicensed
  • python-library-template (🥉5 · ⭐ 4) - The template for all public Django apps by Opus 10. ❗Unlicensed
  • django-reusable-app (🥉4 · ⭐ 3 · 💀) - A cookiecutter template to package Django Reusable Apps. MIT
  • cookiecutter-sveetch-djangoapp (🥉4 · ⭐ 3) - Yet another Cookiecutter template to produce a repository to start a Django application package with Python3. ❗Unlicensed
  • django-package-template (🥉3 · ⭐ 1 · 💤) - Template for creating packages. MIT

Project templates

Back to top

django-react-boilerplate (🥇21 · ⭐ 1.9K) - Django 5, React, Bootstrap 5 with Python 3 and webpack project boilerplate. MIT
  • GitHub (👨‍💻 50 · 🔀 440 · 📋 290 - 8% open · ⏱️ 27.05.2024):

     git clone https://github.com/vintasoftware/django-react-boilerplate
    
saas-boilerplate (🥇20 · ⭐ 1.8K) - SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS... MIT
  • GitHub (👨‍💻 38 · 🔀 180 · 📋 160 - 21% open · ⏱️ 30.05.2024):

     git clone https://github.com/apptension/saas-boilerplate
    
falco (🥈17 · ⭐ 320 · 🐣) - Enhance your Django developer experience: CLI and Guides for the Modern Django Developer. ❗Unlicensed
  • GitHub (👨‍💻 6 · 🔀 14 · 📦 6 · 📋 49 - 20% open · ⏱️ 29.05.2024):

     git clone https://github.com/Tobi-De/falco
    
  • PyPi (📥 34 / month):

     pip install falco
    
cookiecutter-vue-django (🥈13 · ⭐ 190) - Vue 3 + Vite + Django with no compromises. Use Vue SFCs directly in Django Templates, DRF not required. BSD-3
  • GitHub (👨‍💻 400 · 🔀 19 · 📋 15 - 26% open · ⏱️ 20.11.2023):

     git clone https://github.com/ilikerobots/cookiecutter-vue-django
    
django-hydra (🥈13 · ⭐ 87) - A django/htmx/alpine/tailwind project template. ❗Unlicensed
  • GitHub (👨‍💻 38 · 🔀 9 · 📋 15 - 60% open · ⏱️ 27.05.2024):

     git clone https://github.com/Lightmatter/django-hydra
    
django-docker-template (🥈12 · ⭐ 160) - Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Lets Encrypt). MIT
  • GitHub (👨‍💻 5 · 🔀 34 · 📋 9 - 11% open · ⏱️ 31.05.2024):

     git clone https://github.com/amerkurev/django-docker-template
    
sidewinder (🥉11 · ⭐ 170) - Django starter kit that focuses on good defaults, developer experience, and deployment. Updated for Django 5. MIT
  • GitHub (🔀 10 · 📋 27 - 14% open · ⏱️ 27.04.2024):

     git clone https://github.com/stribny/sidewinder
    
django-project-template (🥉11 · ⭐ 120) - Thorgates Django project template - Django, React, Sass, optional Docker and more. ISC
  • GitHub (👨‍💻 34 · 🔀 16 · 📋 5 - 40% open · ⏱️ 14.05.2024):

     git clone https://github.com/thorgate/django-project-template
    
launchr (🥉10 · ⭐ 230 · 💤) - Launchr is an open source SaaS starter kit, based on Django. MIT
  • GitHub (🔀 40 · 📋 25 - 8% open · ⏱️ 23.01.2021):

     git clone https://github.com/jayfk/launchr
    
django-startproject (🥉10 · ⭐ 150) - Django Start Project template with batteries. BSD-3
  • GitHub (👨‍💻 3 · 🔀 13 · ⏱️ 26.05.2024):

     git clone https://github.com/jefftriplett/django-startproject
    
django-webpack-starter (🥉7 · ⭐ 59 · 💤) - Django Webpack starter template for using Webpack 5 with Django 3.1 & Bootstrap 4. Yes, it can hot-reload. MIT
  • GitHub (🔀 2 · 📋 3 - 33% open · ⏱️ 05.11.2020):

     git clone https://github.com/khadegd/django-webpack-starter
    
django-base-template (🥉6 · ⭐ 71) - Project Template for Django + Bootstrap3 + pre-configured apps (like Allauth, django_compressor ). Probably the.. ❗Unlicensed
  • GitHub (👨‍💻 3 · 🔀 18 · ⏱️ 30.06.2023):

     git clone https://github.com/Alex-CodeLab/django-base-template
    
Show 4 hidden projects...
  • docker-django (🥉10 · ⭐ 180 · 💀) - A project to get you started with Docker and Django. MIT
  • sos-django-template (🥉8 · ⭐ 20 · 💤) - SOS Django Template is a starter template for new Django projects with modern defaults, power cable included. ❗️WTFPL
  • django-docker-heroku-template (🥉3 · ⭐ 36 · 💤) - Get a Django app up and running in dev, test, and production with best practices in 10 minutes. ❗Unlicensed
  • django-bootstrap-htmx-template-2023 ( ⭐ 2) - Django Website Template 2023 is a ready-to-use template for building websites using Django, Bootstrap 5, and Htmx. ❗Unlicensed

Static file serving

Back to top

whitenoise (🥇33 · ⭐ 2.5K) - Radically simplified static file serving for Python web apps. MIT
  • GitHub (👨‍💻 64 · 🔀 140 · 📦 430K · 📋 240 - 11% open · ⏱️ 30.05.2024):

     git clone https://github.com/evansd/whitenoise
    
  • PyPi (📥 2.9M / month):

     pip install whitenoise
    

Custom user

Back to top

django-authtools (🥇23 · ⭐ 370) - A custom User model for everybody!. BSD-2
  • GitHub (👨‍💻 31 · 🔀 93 · 📦 970 · 📋 53 - 15% open · ⏱️ 19.03.2024):

     git clone https://github.com/fusionbox/django-authtools
    
  • PyPi (📥 12K / month):

     pip install django-authtools
    
django-custom-user (🥈19 · ⭐ 320 · 💤) - Custom user model for Django with the same behaviour as the default User class but with email instead of username. BSD-3
  • GitHub (👨‍💻 12 · 🔀 61 · 📦 270 · 📋 24 - 4% open · ⏱️ 09.12.2022):

     git clone https://github.com/jcugat/django-custom-user
    
  • PyPi (📥 9.3K / month):

     pip install django-custom-user
    
django-improved-user (🥉15 · ⭐ 140 · 💤) - A custom Django user that authenticates via email. Follows identity and authentication best practices. BSD-2
  • GitHub (👨‍💻 8 · 🔀 15 · 📦 40 · 📋 10 - 20% open · ⏱️ 19.05.2022):

     git clone https://github.com/jambonsw/django-improved-user
    
  • PyPi (📥 470 / month):

     pip install django-improved-user
    
django-use-email-as-username (🥉14 · ⭐ 70) - A Django app to use email as username for user authentication. BSD-3
  • GitHub (👨‍💻 2 · 🔀 10 · 📦 220 · ⏱️ 21.11.2023):

     git clone https://github.com/jmfederico/django-use-email-as-username
    
  • PyPi (📥 5.4K / month):

     pip install django-use-email-as-username
    
django-unique-user-email (🥉6 · ⭐ 88) - Enable login-by-email with the default User model for your Django project by making auth.User.email unique. MIT
  • GitHub (👨‍💻 2 · 🔀 3 · 📦 2 · 📋 7 - 71% open · ⏱️ 20.11.2023):

     git clone https://github.com/carltongibson/django-unique-user-email
    
  • PyPi (📥 49 / month):

     pip install django-unique-user-email
    

Related Resources

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

About

A ranked list of awesome Django related Python packages.

Resources

License

Code of conduct

Stars

Watchers

Forks