Track Awesome Django Updates Weekly
A curated list of awesome things related to Django
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 wsvincent/awesome-django · ⭐ 9.5K · 🏷️ Programming Languages
Nov 11 - Nov 17, 2024
Third-Party Packages / Task Queues
- django-tasks (⭐344) - A reference implementation and backport of background workers and tasks in Django, based on DEP 14.
Oct 21 - Oct 27, 2024
Resources / Community
- X (formerly Twitter) - For official announcements on updates, security fixes, etc.
Resources / Videos
- DjangoTV - Your source for Django conference videos and tutorials.
- PyVideo - PyVideo is an index of Python related media.
Oct 07 - Oct 13, 2024
Third-Party Packages / Mailing
- django-anymail (⭐1.7k) - Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more.
Python Packages / Views
- Ruff (⭐33k) - An extremely fast Python linter and code formatter, written in Rust.
Resources / Educational
- Photon Designer - Django tutorials - Django tutorials by Tom Dekan on how to build Django apps simply - from how to build an instant messenger with Django, add instant search, to using Google Drive as a database. Updated regularly.
Wagtail / Wagtail Resources
- Wagtail events - Online and in-person Wagtail events.
Sep 30 - Oct 06, 2024
Third-Party Packages / Models
- django-auto-prefetch (⭐356) - Automatically prefetch foreign key values as needed.
Sep 23 - Sep 29, 2024
Resources / Community
- Local Django Communities Page - Featuring local events all around the world.
Resources / Conferences
Aug 26 - Sep 01, 2024
Third-Party Packages / Full-stack frameworks
- Django-Bridge (⭐128) - The simple way to build React frontends for Django applications.
Jul 15 - Jul 21, 2024
Third-Party Packages / General
- Django-Classy-Doc (⭐27) - Document your own code in the style of CCBV and CDRF.
Third-Party Packages / Templates
- django-cotton - Goodbye
{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}
, Hello<c-component />
. Bringing modern UI composition to Django.
Jul 08 - Jul 14, 2024
Resources / Books
Jul 01 - Jul 07, 2024
Third-Party Packages / Performance
- Scout - Time middleware, template rendering, and SQL queries with automatic N+1 detection.
Third-Party Packages / Permissions
- django-role-permissions (⭐730) - Django app for role-based permissions management.
- django-rules (⭐1.9k) - A tiny but powerful app providing object-level permissions, built from the ground up for Django.
Resources / Books
Projects / Open Source Projects
- OpenContracts (⭐713) - Enterprise-grade document analytics platform that combines automated PDF parsing, vector embeddings, and LLM integration.
Apr 29 - May 05, 2024
Third-Party Packages / Mailing
- django-pony-express (⭐61) - Class-based emails including a test suite for Django.
Third-Party Packages / Views
- neapolitan (⭐515) - Quick CRUD views for Django.
Resources / Community
- Djangonaut Space - Free peer-mentoring program for the Django community to launch people into the universe of open source contributions.
Apr 22 - Apr 28, 2024
Third-Party Packages / Admin
- django-unfold (⭐1.8k) - Modern Django admin theme for seamless interface development.
Third-Party Packages / Commands
- django-migration-zero (⭐54) - Holistic implementation of "migration zero" pattern for Django covering local changes and in-production database adjustments.
Third-Party Packages / Configuration
- django-content-settings - Easily create and manage editable typed variables directly from the Django admin panel.
Mar 25 - Mar 31, 2024
Third-Party Packages / Monitoring
- django-prometheus (⭐1.5k) - Export Django monitoring metrics to Prometheus.
- django-mixin (⭐52) - Monitoring mixin for Django-prometheus. A set of Grafana dashboards and Prometheus rules for Django.
Third-Party Packages / Task Queues
- django-q2 (⭐381) - A multiprocessing distributed task queue for Django.
Mar 04 - Mar 10, 2024
Third-Party Packages / Commands
- django-typer (⭐83) - Write Django management commands using the Typer CLI library.
Feb 05 - Feb 11, 2024
Third-Party Packages / Internationalisation (i18n)
- django-localflavor (⭐832) - A collection of functionality that is useful for particular countries or cultures. Previously a part of the Django core.
- django-modeltrans (⭐65) - Translate Django model fields in a JSONField.
- django-modeltranslations (⭐1.4k) - Translates Django models using a registration approach.
- django-rosetta (⭐1.1k) - Rosetta provides a UI to read and write your project's gettext catalogs within the Django Admin.
Third-Party Packages / Task Queues
- django-celery-results (⭐695) - Celery result backend with Django.
Jan 22 - Jan 28, 2024
Third-Party Packages / APIs
- django-webhook (⭐192) - A plug-and-play Django app for sending outgoing webhooks on model changes.
Hosting / PaaS (Platforms-as-a-Service)
Jan 15 - Jan 21, 2024
Third-Party Packages / Users
- django-guest-user (⭐74) - Allow visitors to use your site like a regular user and register later.
Projects / Boilerplate
- Falco (⭐362) - Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
Jan 01 - Jan 07, 2024
Third-Party Packages / Configuration
- django-classy-settings (⭐35) - Class based settings to keep your environments in order, with easy access to typed environment variables.
Dec 25 - Dec 31, 2023
Third-Party Packages / General
- django-nh3 (⭐26) - Django integration with for nh3 and is an alternative for django-bleach.
Third-Party Packages / Search
- django-elasticsearch-dsl (⭐1k) - Elasticsearch DSL integration for Django.
Nov 13 - Nov 19, 2023
Resources / Community
- Mastodon - For official announcements on updates, security fixes, etc.
Resources / Job Boards
- Django News Jobs - A Django job board that also aggregates other job boards.
- Django Gigs - This platform caters specifically to freelance and full-time Django developers.
- Django Jobs - Django jobs posting for hiring Django Python developers.
- Python.org Job Boards - While not exclusively for Django, this job board is hosted by the official Python website and features a range of Python and Django-related job opportunities.
Nov 06 - Nov 12, 2023
Third-Party Packages / Templates
- curlylint - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.
- django-components (⭐1.2k) - A way to create simple reusable template components in Django.
- django-template-partials (⭐464) - Reusable named inline partials for the Django Template Language.
- djhtml (⭐582) - Django/Jinja template indenter.
- djlint - Lint & Format HTML Templates.
- slippers - Build reusable components in Django without writing a single line of Python.
- JinjaX - Super components powers for your Jinja templates.
Third-Party Packages / Testing
- storybook-django (⭐108) - Develop Django UI components in isolation, with Storybook.
Wagtail / Wagtail Resources
- This week in Wagtail - A (most) weekly email with updates from the Wagtail core team.
Oct 30 - Nov 05, 2023
Third-Party Packages / Users
- django-allauth-ui (⭐268) - Better looking templates for django-allauth.
Python Packages / Views
- python-socketio (⭐4k) - Python implementation of the Socket.IO_ realtime client and server. (create Socket.io Django server instance)
Projects / Boilerplate
- sidewinder (⭐195) - A Django starter kit that focuses on good defaults, developer experience, and deployment.
Sep 04 - Sep 10, 2023
Third-Party Packages / Users
- django-improved-user (⭐148) - A custom Django user that authenticates via email. Follows identity and authentication best practices.
Aug 21 - Aug 27, 2023
Third-Party Packages / Editors
- django-ace (⭐133) - ACE integration for Django.
Jul 17 - Jul 23, 2023
Third-Party Packages / APIs
- graphene-django-filter (⭐19) - Advanced filters implementing and/or/not operators in GraphQL for Django.
Third-Party Packages / Full-stack frameworks
- ReactPy (⭐7.9k) - It's React, but in Python. Insert dynamically rendered Python into Django templates using the ReactPy-Django module (⭐328).
May 29 - Jun 04, 2023
Third-Party Packages / APIs
- drf-spectacular (⭐2.4k) - Sane and flexible OpenAPI 3 schema generation for Django REST framework.
Hosting / PaaS (Platforms-as-a-Service)
Hosting / IaaS (Infrastructure-as-a-Service)
May 22 - May 28, 2023
Third-Party Packages / Configuration
- environs (⭐1.2k) - Simplified environment variable parsing that comes with a Django helper (⭐1.2k) that installs additional packages.
Third-Party Packages / Editors
- django-prose (⭐202) - A light weight editor to content creation.
Third-Party Packages / General
- Weblate (⭐4.6k) - Weblate is a copylefted libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.
Resources / Educational
- Django for Everybody - A complete course for webdev beginners focused on Django.
- CS50W - Harvard's University introductory course to web development, it explains Django as backend framework.
Projects / Boilerplate
- django-docker-template (⭐193) - Dockerized Django with Postgres, Gunicorn, and Traefik (with auto renew Let's Encrypt).
Apr 03 - Apr 09, 2023
Third-Party Packages / Files/Images
- sorl-thumbnail (⭐1.7k) - Thumbnails for Django.
Third-Party Packages / Models
- django-simple-history (⭐2.2k) - Store model history and view/revert changes from the admin.
Nov 07 - Nov 13, 2022
Third-Party Packages / Performance
- pyinstrument (⭐6.6k) - Call stack profiler for Python, Django, Flask, FastAPI.
Oct 17 - Oct 23, 2022
Resources / Official Resources
- Project Website - Official Django website.
Sep 19 - Sep 25, 2022
Third-Party Packages / Database Connectors
- djongo (⭐1.9k) - Django and MongoDB database connector.
Hosting / PaaS (Platforms-as-a-Service)
Projects / Boilerplate
- django-startproject (⭐222) - Django start project template with batteries.
Sep 05 - Sep 11, 2022
Third-Party Packages / Admin
- django-admin-sortable2 (⭐767) - Generic drag-and-drop ordering for objects in the Django admin interface.
Third-Party Packages / Forms
- django-bleach (⭐149) - Integrate bleach into forms and models. See
django-nh3
as an alternative.
Third-Party Packages / Model Fields
- django-streamfield (⭐125) - Simple StreamField for plain Django admin (based on Wagtail CMS StreamField idea).
Third-Party Packages / Task Queues
- flower (⭐6.5k) - Flower is a web-based tool for monitoring and administrating Celery clusters.
Aug 08 - Aug 14, 2022
Third-Party Packages / Configuration
- django-extra-settings (⭐537) - Config and manage typed extra settings using just the django admin.
Third-Party Packages / Files/Images
- django-imagekit (⭐2.3k) - Django app for processing images for thumbnail, black-and-white and sizes.
Third-Party Packages / General
- django-maintenance-mode (⭐495) - Shows a 503 error page when maintenance-mode is on.
- django-freeze (⭐94) - Convert your dynamic django site to a static one with one line of code.
Third-Party Packages / Model Fields
- django-any-urlfield (⭐51) - An improved URL selector to choose between internal models and external URLs.
- django-colorfield (⭐631) - Color field for django models with a nice color-picker widget.
Third-Party Packages / Models
- django-treenode (⭐676) - Abstract model/admin for tree based stuff.
Third-Party Packages / URLs
- django-redirects (⭐67) - Redirects as they should be, with full control.
Jul 25 - Jul 31, 2022
Third-Party Packages / Configuration
- dynaconf - Dynaconf loads django settings from multiple sources (multiple file formats, env vars, redis, vault, etcd), manages secrets, and allows for different merging strategies all following the twelve-factor app.
Third-Party Packages / Task Queues
- django-redis (⭐2.9k) - Full-featured Redis cache backend for Django.
- django-dramatiq (⭐349) - Task processing library with a focus on simplicity, reliability, and performance.
Projects / Open Source Projects
- Flagsmith (⭐4.9k) - Open-source Feature Flagging, Remote Config, and AB testing.
Jul 18 - Jul 24, 2022
Third-Party Packages / Files/Images
- django-pictures (⭐249) - Responsive cross-browser image library using modern codes like AVIF & WebP.
Jun 20 - Jun 26, 2022
Resources / Community
- Discord Server - Django Discord Community.
May 16 - May 22, 2022
Resources / Books
Feb 28 - Mar 06, 2022
Third-Party Packages / Security
- DJ Checkup - Runs several checks on your deployed Django site to check for common security mistakes.
Feb 21 - Feb 27, 2022
Resources / Books
Feb 14 - Feb 20, 2022
Third-Party Packages / Admin
- django-impersonate - Allow superusers to “impersonate” other non-superuser accounts.
Feb 07 - Feb 13, 2022
Third-Party Packages / General
- django-data-browser (⭐350) - Interactive, user-friendly database explorer.
Resources / Books
Jan 24 - Jan 30, 2022
Third-Party Packages / Testing
- django-pattern-library (⭐368) - Pattern library generator for Django templates, to help testing of UI components.
Dec 13 - Dec 19, 2021
Hosting / PaaS (Platforms-as-a-Service)
Nov 15 - Nov 21, 2021
Third-Party Packages / Logging
- DRF-API-Logger (⭐312) - An API Logger for your Django Rest Framework project.
Oct 25 - Oct 31, 2021
Third-Party Packages / Full-stack frameworks
- iommi (⭐788) - Toolkit for development of CRUD applications without writing HTML or JavaScript.
Oct 18 - Oct 24, 2021
Resources / Books
Sep 27 - Oct 03, 2021
Resources / Educational
- Adam Johnson - Adam is on the Technical Board of Django and regularly writes tutorials.
Sep 20 - Sep 26, 2021
Third-Party Packages / Editors
- django-business-logic (⭐224) - Visual DSL framework for Django.
- django-quill-editor (⭐197) - Makes Quill.js easy to use on Django Forms and admin sites.
- django-tinymce (⭐1.3k) - TinyMCE integration for Django.
Third-Party Packages / Forms
- django-shapeshifter (⭐175) - A class-based view to handle multiple forms in one view.
Third-Party Packages / Search
- django-admin-search (⭐78) - Modal filter for django admin.
Resources / Community
- Django Forum - Official Discourse board.
Aug 30 - Sep 05, 2021
Third-Party Packages / Task Queues
- celery-exporter (⭐426) - Prometheus & Grafana monitoring of Celery tasks.
Resources / Conferences
Projects / Boilerplate
- django-base-site (⭐391) - A Django site with many common third-party packages pre-installed.
Jul 05 - Jul 11, 2021
Resources / Books
Jun 28 - Jul 04, 2021
Third-Party Packages / Admin
- django-jet-reboot (⭐414) - Django Jet is modern template for Django admin interface with improved functionality.
Jun 14 - Jun 20, 2021
Third-Party Packages / Admin
- django-semantic-admin (⭐149) - Django Semantic UI admin theme.
- django-baton (⭐890) - A cool, modern and responsive django admin application based on bootstrap 5.
Apr 26 - May 02, 2021
Third-Party Packages / Task Queues
- django-celery-beat (⭐1.7k) - A periodic task scheduler with database configured by Django's Admin Panel.
Mar 15 - Mar 21, 2021
Third-Party Packages / Commands
- django-liquidb (⭐23) - Django application to simplify migration management and changes in states of db scheme.
Third-Party Packages / Models
- django-recurrence (⭐489) - Utility for working with recurring dates in Django.
Feb 22 - Feb 28, 2021
Third-Party Packages / Testing
- drf-openapi-tester (⭐119) - Django test utility for validating Swagger 2.0 and OpenAPI 3.0 documentation.
Feb 01 - Feb 07, 2021
Third-Party Packages / Admin
- django-related-admin (⭐69) - A helper library that allows you to write list_displays accross foreign key relationships.
Jan 18 - Jan 24, 2021
Projects / Boilerplate
- launchr (⭐234) - Launchr is a specialized Django starter template for SaaS web apps.
Jan 04 - Jan 10, 2021
Third-Party Packages / Admin
- django-material-admin (⭐325) - Material design for django administration.
Third-Party Packages / Full-stack frameworks
- Reactor (⭐635) - Phoenix LiveView, but for Django.
- Sockpuppet - Build reactive applications with the Django tooling you already know and love.
- Unicorn - A reactive component framework that progressively enhances a normal Django view, makes AJAX calls in the background, and dynamically updates the DOM.
Projects / Open Source Projects
- Healthchecks (⭐8.3k) - A Cron Monitoring Tool written in Python & Django.
Jan 04 - Jan 10, 2021
Third-Party Packages / Models
- django-mptt (⭐2.9k) - Modified Preorder Tree Traversal; working with trees of Model instances.
Nov 16 - Nov 22, 2020
Third-Party Packages / Forms
- django-formtools (⭐815) - For form previous and multi-step forms, previously part of Django until 1.8.
Oct 26 - Nov 01, 2020
Third-Party Packages / Content Management Systems
- feincms (⭐948) - An extensible Django-based CMS.
Oct 19 - Oct 25, 2020
Third-Party Packages / Admin
- django-admin-env-notice (⭐317) - Visually distinguish environments in Django Admin, for example:
development
,staging
,production
.
Third-Party Packages / Search Engine Optimisation
- django-check-seo (⭐158) - Check SEO of pages.
Oct 12 - Oct 18, 2020
Third-Party Packages / Admin
- django-admin-interface (⭐1.8k) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals.
Third-Party Packages / Caching
- django-cachalot (⭐1.2k) - Caches your Django ORM queries and automatically invalidates them.
- django-cacheops (⭐2.1k) - A slick ORM cache with automatic granular event-driven invalidation.
Third-Party Packages / Editors
- django-summernote (⭐1k) - Summernote is a simple WYSIWYG editor.
Third-Party Packages / Forms
- django-floppyforms (⭐839) - Full control of form rendering.
Oct 05 - Oct 11, 2020
Third-Party Packages / APIs
- django-tastypie (⭐3.9k) - Creating delicious APIs for Django apps since 2010.
Third-Party Packages / General
- django-filter (⭐4.5k) - Powerful filters based on Django QuerySets.
- django-sql-explorer (⭐2.8k) - Share data via SQL queries.
- django-tables2 (⭐1.9k) - HTML tables with pagination/sorting.
Third-Party Packages / Permissions
- django-guardian (⭐3.6k) - Per object permissions in Django.
Third-Party Packages / Views
- django-easy-audit (⭐740) - Keep track of user actions.
Projects / Boilerplate
- djangox (⭐2.2k) - Batteries included starter project for Pip, Pipenv, or Docker.
Sep 28 - Oct 04, 2020
Third-Party Packages / Security
- django-protected-media (⭐67) - Manages media that are considered sensitive in a protected fashion.
Sep 21 - Sep 27, 2020
Third-Party Packages / Editors
- django-markdownx (⭐861) - Comprehensive Markdown plugin built for Django.
- django-markdown-editor (⭐822) - Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.
Python Packages / Views
- faker (⭐18k) - Faker is a Python package that generates fake data for you.
- python-decouple (⭐2.8k) - Strict separation of settings from code.
Sep 07 - Sep 13, 2020
Third-Party Packages / APIs
- django-ninja - Django Ninja - Fast Django REST framework based on type annotations.
Third-Party Packages / Configuration
- django-configurations (⭐1.1k) - eases Django project configuration by relying on the composability of Python classes and following principles of the twelve-factor app.
Third-Party Packages / Performance
- django-silk (⭐4.5k) - Live profiling and inspection of HTTP requests and database queries.
Resources / Educational
- Django Template Tags and Filters - Additional docs on Django's 57 built-in template filters and 27 template tags.
Projects / Open Source Projects
- PostHog (⭐22k) - Open-source product analytics.
Aug 10 - Aug 16, 2020
Projects / Open Source Projects
- HyperKitty - A web interface to access GNU Mailman v3 archives.
Aug 03 - Aug 09, 2020
Third-Party Packages / APIs
- django-rest-framework (⭐28k) - Web APIs for Django.
- django-cors-headers (⭐5.4k) - If your back-end and front-end are on different servers, you need this.
- dj-rest-auth (⭐1.7k) - Authentication for Django Rest Framework.
- django-rest-knox (⭐1.2k) - Authentication Module for django-rest-auth.
- djoser (⭐2.5k) - REST implementation of Django auth.
- djaq (⭐76) - An instant remote API to Django models with a powerful query language.
- django-rest-framework-simplejwt (⭐4k) - JSON web tokens for DRF.
- django-webpack-loader (⭐2.5k) - Transparently use webpack with Django.
- drf-yasg (⭐3.4k) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
- graphene-django (⭐4.3k) - GraphQL for Django.
Projects / Boilerplate
- cookiecutter-vue-django (⭐211) - Django + Vue starter project fusing Vue SFCs & Django Templates.
Jul 27 - Aug 02, 2020
Resources / Educational
- Django Girls Tutorial - Use function-based views to build a blog app.
- LearnDjango - Tutorials and premium courses on Django and Django REST Framework.
- TestDriven - Multiple Django-specific tutorials on topics like Docker, payments, and more.
- Django Styleguide (⭐5.1k) - Styleguide for Django with best practices and examples.
Resources / Podcasts
- Running in Production - Focused on tech stacks with many episodes specifically on Django.
Jul 20 - Jul 26, 2020
Third-Party Packages / Admin
- django-jazzmin (⭐1.6k) - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.
Third-Party Packages / Security
- django-csp (⭐567) - Adds Content-Security-Policy headers to Django.
- django-feature-policy (⭐98) - Set the draft security HTTP header
Feature-Policy
on a Django app.
Jul 13 - Jul 19, 2020
Third-Party Packages / Testing
- django-google-optimize (⭐40) - Django application designed to make running server side Google Optimize A/B tests easy.
Jul 06 - Jul 12, 2020
Third-Party Packages / Admin
- django-grappelli (⭐3.8k) - A jazzy skin for the admin.
- django-hijack (⭐1.5k) - Admins can log in and work on behalf of other users without having to know their credentials.
- django-import-export (⭐3.1k) - Django application and library for importing and exporting data with admin integration.
- django-admin-honeypot (⭐1k) - Configure a honeypot to see who's trying to hack your site.
- django-loginas (⭐366) - "Log in as user" for the Django admin.
Third-Party Packages / Async
- channels (⭐6.1k) - Async support for Django.
- starlette (⭐10k) - ASGI framework.
Third-Party Packages / Commands
- django-extensions (⭐6.6k) - Custom management extensions, notably
runserver_plus
andshell_plus
.
- django-click (⭐251) - Write Django management commands using the click CLI library.
- django-dbbackup (⭐983) - Management commands to help backup and restore your project database and media files.
Third-Party Packages / Configuration
- confidential (⭐73) - Manage configs and secrets (with CLI support).
- django-environ (⭐3k) - Environment variables.
- django-split-settings (⭐1.1k) - Organize multiple settings files.
- django-constance (⭐1.7k) - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
Third-Party Packages / Content Management Systems
- mezzanine (⭐4.8k) - CMS framework.
- django-cms (⭐10k) - CMS for Django.
- puput (⭐629) - Blog app features with Wagtail.
Third-Party Packages / ECommerce
- saleor (⭐21k) - GraphQL-based Django E-Commerce Platform.
- django-shop (⭐3.2k) - Django-based shop system.
- shuup (⭐2.3k) - Django E-Commerce Platform.
- django-oscar (⭐6.3k) - Domain-driven e-commerce for Django.
Third-Party Packages / Files/Images
- django-cleanup (⭐1.1k) - Zero configuration file/image removal for local and remote files.
Third-Party Packages / Forms
- django-crispy-forms (⭐5k) - DRY Django forms.
- django-widget-tweaks (⭐2.1k) - Tweak form field rendering in templates.
- django-autocomplete-light (⭐1.8k) - Add autocompletion to forms.
Third-Party Packages / Model Fields
- django-model-utils (⭐2.7k) - Django model mixins and utilities.
- django-money (⭐1.7k) - Money fields for forms/models.
- django-phonenumber-field (⭐1.5k) - Model/form field for normalized phone numbers.
Third-Party Packages / Models
- django-lifecycle (⭐1.4k) - Declarative model lifecycle hooks, an alternative to Signals.
- django-taggit (⭐3.3k) - Simple model tags.
- django-reversion (⭐3k) - Version control for model instances.
Third-Party Packages / Performance
- django-perf-rec - Keep detailed records of the performance of your Django code.
- New Relic - Time middleware, views, and SQL queries.
- django-query-profiler (⭐139) - Django query profiler to help resolve N+1 queries.
- py-spy (⭐13k) - Sampling profiler for Python programs.
Third-Party Packages / Search
- django-haystack (⭐3.6k) - Modular search for Django.
- django-watson (⭐1.2k) - Full-text search plugin.
Third-Party Packages / Static Assets
- django-storages (⭐2.8k) - A single library to support multiple custom storage backends for Django.
- django-compressor (⭐2.8k) - Compress JavaScript/CSS into a single cached file.
- easy-thumbnails (⭐1.4k) - Image thumbnails for Django.
- whitenoise (⭐2.5k) - Simplified static file serving for Python websites.
Third-Party Packages / Task Queues
- beatserver (⭐140) - A periodic task scheduler for Django.
- django-rq (⭐1.8k) - Integration for Redis Queue.
- celery (⭐25k) - Robust and broker-agnostic task queues for bigger, performance-focused projects.
Third-Party Packages / Testing
- django-debug-toolbar (⭐8.1k) - Configurable panels to debug requests/responses.
- pytest-django (⭐1.4k) - Use pytest features in Django.
- django-test-migrations (⭐529) - Test django schema and data migrations, including migrations' order.
- django-test-plus (⭐612) - Useful additions to Django's default TestCase.
- factory-boy (⭐3.5k) - Test fixtures replacement.
- django-waffle (⭐1.1k) - A feature flipper for Django.
- model-bakery (⭐844) - Object factory for Django (rename of legacy Model Mommy project).
- django-fakery (⭐115) - An easy-to-use implementation of Creation Methods for Django, backed by Faker.
Third-Party Packages / URLs
- dj-database-url (⭐1.5k) - Database URLs.
- urlman (⭐119) - A nicer way to do URLs for Django models.
- django-robots (⭐459) - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.
Third-Party Packages / Users
- django-allauth (⭐9.5k) - Improved user registration including social auth.
- django-organizations (⭐1.3k) - Multi-user accounts for Django projects.
- django-cas-ng (⭐384) - Django-cas-ng is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client library to support SSO (Single Sign On) and Single Logout (SLO).
Third-Party Packages / Views
- django-braces (⭐2k) - Reusable, generic mixins.
- django-extra-views (⭐1.4k) - Extra class-based generic views.
- django-vanilla-views (⭐985) - Simpler class-based views in Django.
- django-stronghold (⭐396) - Makes all your Django views default login_required.
Python Packages / Views
- bleach (⭐2.7k) - Sanitize your inputs/forms.
- black (⭐39k) - Uncompromising Python code formatter.
- coveragepy (⭐3k) - Code coverage measurement.
- huey (⭐5.2k) - A little task queue for Python.
- nplusone (⭐1k) - Auto-detect n+1 queries.
- pillow (⭐12k) - Python Imaging Library.
- pytest (⭐12k) - Testing framework.
- python-slugify (⭐1.5k) - Returns unicode slugs.
- sentry-python (⭐1.9k) - Error reporting SDK.
Resources / Official Resources
- Documentation - Comprehensive documentation for all Django versions.
- Polls Tutorial - Build a polls tutorial while learning Django internals.
- Source Code (⭐81k) - Hosted on GitHub.
Resources / Community
- IRC Channel - Chat with other Django users at irc://irc.freenode.net/django.
Projects / Boilerplate
- sos-django-template (⭐20) - Django starter template with separate dev and production settings.
Projects / Open Source Projects
- pythonic-news (⭐524) - Hacker News clone.
- Zulip (⭐22k) - Open-source team chat.
- Django-CRM (⭐2k) - Open Source Python CRM based on Django.
- django-job-portal (⭐562) - Job portal application using Django.
- Built with Django - Curated list of awesome Django projects.
Wagtail / Wagtail Resources
- Wagtail Space - Wagtail conferences around the world.
Jun 29 - Jul 05, 2020
Third-Party Packages / Models
- django-polymorphic (⭐1.7k) - Django-polymorphic simplifies using inherited models in Django projects.
Jun 15 - Jun 21, 2020
Third-Party Packages / Admin
- impostor (⭐159) - Impostor is a Django application which allows staff members to login as a different user by using their own username and password.
Projects / Boilerplate
- django-docker-heroku-template (⭐36) - A template with Docker, GitHub Actions, and Heroku set up for dev/test/prod, plus various other best practices.
May 11 - May 17, 2020
Third-Party Packages / Content Management Systems
- wagtail (⭐18k) - Popular Django content management system (CMS). See awesome-wagtail (⭐2k) too.
Resources / Educational
- Mozilla Tutorial - Create a lending library app.
- Matt Layman - Regular tutorials and deep-dives on Django topics.
Apr 27 - May 03, 2020
Third-Party Packages / Logging
- django-guid (⭐455) - Inject a GUID (Correlation-ID) into every log message in a Django request.
Apr 13 - Apr 19, 2020
Django REST Framework / DRF Tutorials
Feb 24 - Mar 01, 2020
Resources / Community
- Community Page - Featuring feeds of Community Blog Posts, Jobs, and more.
Resources / Newsletters
- Django News - Weekly newsletter on announcements, articles, projects, and talks.
Resources / Podcasts
- Django Riffs - A new podcast from Matt Layman.
Nov 18 - Nov 24, 2019
Projects / Boilerplate
- django-project-template (⭐718) - A deliberately basic project that has multiple staging environments and Heroku deployment config.
Oct 28 - Nov 03, 2019
Resources / Educational
- Classy Class-Based Views - Detailed descriptions of methods/properties/attributes for each generic class-based view.
- Classy Django Forms (⭐28) - Detailed descriptions of methods/properties/attributes for each form class.
- Classy Django REST Framework - Detailed descriptions with methods/attributes for DRF class-based views and serializers.
Resources / Community
- Django Users Google Group - Very active discussion board for questions/answers.
- Developers Google Group - For contributions to Django itself only.
Resources / Conferences
Resources / Podcasts
- Django Chat - A weekly podcast from William Vincent and Django Fellow Carlton Gibson with discussions of core Django concepts and regular guests.
- Podcast Init - A popular Python podcast that features Django guests on occasion.
Hosting / IaaS (Infrastructure-as-a-Service)
Projects / Boilerplate
- cookiecutter-django (⭐12k) - A full-bodied starter project, highly customizable.
- DRFx (⭐483) - A DRF starter with user auth, Pipenv, and other goodies.
- wemake-django-template (⭐2k) - Bleeding edge Django template focused on code quality and security.
- django-webpack-starter (⭐59) - Django Webpack starter template for using Webpack 4.
Projects / Open Source Projects
Django REST Framework / DRF Resources
Django REST Framework / DRF Tutorials
Jul 22 - Jul 28, 2019
Projects / Open Source Projects
Apr 15 - Apr 21, 2019
Resources / Podcasts
- TalkPython - The leading Python podcast with several episodes on Django.
Apr 01 - Apr 07, 2019
Resources / Conferences
Feb 04 - Feb 10, 2019
Resources / Educational
- RealPython - Many high-quality tutorials on Django.
Jan 28 - Feb 03, 2019
Resources / Educational
- Simple is Better than Complex - Regularly updated website with many tutorials and tips on Django.
- Full Stack Python's Django Page - Explanation of Django philosophy and links to other resources and tutorials.
Projects / Open Source Projects
Django REST Framework / DRF Resources
Django REST Framework / DRF Tutorials