Awesome Django Overview
A curated list of awesome things related to Django
🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 wsvincent/awesome-django · ⭐ 11K · 🏷️ Programming Languages
Awesome Django 
A curated list of awesome things related to Django. Maintained by Will Vincent and Jeff Triplett.
Please consider supporting Django by making a donation to the Django Software Foundation, sponsoring via GitHub Sponsors, or buying official merchandise.
Contents
- Third-Party Packages
- Admin
- Admin Themes
- APIs
- Async
- Caching
- Commands
- Configuration
- Content Management Systems
- Database Connectors
- Dependency Injection
- ECommerce
- Editors
- Files/Images
- Forms
- Full-stack frameworks
- General
- Internationalisation (i18n)
- Logging
- Monitoring
- Mailing
- Model Fields
- Models
- Performance
- Permissions
- Search
- Search Engine Optimisation
- Security
- Static Assets
- Task Queues
- Templates
- Testing
- URLs
- Users
- Views
- Python Packages
- Resources
- Hosting
- Projects
- Django REST Framework
- Wagtail
Third-Party Packages
For a complete listing of all available packages, see Django Packages
Admin
- django-hijack (⭐1.7k) - Admins can log in and work on behalf of other users without having to know their credentials.
- django-import-export (⭐3.3k) - Django application and library for importing and exporting data with admin integration.
- django-admin-inline-paginator-plus (⭐61) - A simple way to paginate your inline in Django admin
- django-loginas (⭐372) - "Log in as user" for the Django admin.
- impostor (⭐162) - Impostor is a Django application which allows staff members to log in as a different user by using their own username and password.
- django-impersonate - Allow superusers to “impersonate” other non-superuser accounts.
- django-admin-env-notice (⭐337) - Visually distinguish environments in Django Admin, for example:
development,staging,production. - django-related-admin (⭐72) - A helper library that allows you to write list_displays across foreign key relationships.
- django-admin-sortable2 (⭐859) - Generic drag-and-drop ordering for objects in the Django admin interface.
- django-admin-collaborator (⭐99) - Add real-time user presence, edit locks, and chat to Django admin with Channels and Redis.
Admin Themes
- django-grappelli (⭐3.9k) - A jazzy skin for the admin.
- django-jazzmin (⭐1.8k) - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.
- django-admin-interface (⭐2k) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals.
- django-semantic-admin (⭐177) - Django Semantic UI admin theme.
- django-jet-reboot (⭐485) - Django Jet is modern template for Django admin interface with improved functionality.
- django-baton (⭐979) - A cool, modern and responsive django admin application based on bootstrap 5.
- django-unfold (⭐3.1k) - Modern Django admin theme for seamless interface development.
- django-daisy (⭐322) - A modern django dashboard fully responsive built with daisyui.
- django-admin-dracula (⭐50) - 🦇 Dracula themes for the Django admin.
- django-smartbase-admin (⭐82) - Django SmartBase Admin 🚀 performance-tuned 👥 end-user ready beautiful admin panel
APIs
- django-rest-framework (⭐30k) - Web APIs for Django.
- django-cors-headers (⭐5.6k) - If your back-end and front-end are on different servers, you need this.
- dj-rest-auth (⭐1.8k) - Authentication for Django Rest Framework.
- django-rest-knox (⭐1.2k) - Authentication Module for django-rest-auth.
- djoser (⭐2.7k) - REST implementation of Django auth.
- djaq (⭐83) - An instant remote API to Django models with a powerful query language.
- django-rest-framework-simplejwt (⭐4.3k) - JSON web tokens for DRF.
- django-webpack-loader (⭐2.5k) - Transparently use webpack with Django.
- drf-yasg (⭐3.5k) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
- graphene-django (⭐4.4k) - GraphQL for Django.
- graphene-django-filter (⭐21) - Advanced filters implementing and/or/not operators in GraphQL for Django.
- django-ninja - Django Ninja - Fast Django REST framework based on type annotations.
- django-tastypie (⭐4k) - Creating delicious APIs for Django apps since 2010.
- drf-spectacular (⭐2.8k) - Sane and flexible OpenAPI 3 schema generation for Django REST framework.
- django-webhook (⭐224) - A plug-and-play Django app for sending outgoing webhooks on model changes.
- strawberry-django (⭐483) - Django integration with Strawberry, a GraphQL library designed for modern development
Async
- channels (⭐6.3k) - Async support for Django.
Caching
- django-cachalot (⭐1.4k) - Caches your Django ORM queries and automatically invalidates them.
- django-cacheops (⭐2.3k) - A slick ORM cache with automatic granular event-driven invalidation.
Commands
- django-extensions (⭐6.8k) - Custom management extensions, notably
runserver_plusandshell_plus. - django-click (⭐289) - Write Django management commands using the click CLI library.
- django-dbbackup (⭐1.1k) - Management commands to help backup and restore your project database and media files.
- django-liquidb (⭐27) - Django application to simplify migration management and changes in states of db scheme.
- django-migration-zero (⭐80) - Holistic implementation of "migration zero" pattern for Django covering local changes and in-production database adjustments.
- django-typer (⭐241) - Write Django management commands using the Typer CLI library.
Configuration
- confidential (⭐77) - Manage configs and secrets (with CLI support).
- django-environ (⭐3.1k) - Environment variables.
- django-split-settings (⭐1.2k) - Organize multiple settings files.
- django-constance (⭐1.8k) - 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.
- django-configurations (⭐1.1k) - eases Django project configuration by relying on the composability of Python classes and following principles of the twelve-factor app.
- 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.
- django-extra-settings (⭐611) - Config and manage typed extra settings using just the django admin.
- django-removals (⭐64) - Detect deprecated settings variables via convenient system checks
- environs (⭐1.3k) - Simplified environment variable parsing that comes with a Django helper (⭐1.3k) that installs additional packages.
- django-classy-settings (⭐38) - Class-based settings to keep your environments in order, with easy access to typed environment variables.
- django-content-settings - Easily create and manage editable typed variables directly from the Django admin panel.
Content Management Systems
- wagtail (⭐20k) - Popular Django content management system (CMS). See awesome-wagtail (⭐2.2k) too.
- mezzanine (⭐4.8k) - CMS framework.
- django-cms (⭐11k) - CMS for Django.
- feincms (⭐1.1k) - An extensible Django-based CMS.
- puput (⭐657) - Blog app features with Wagtail.
Database Connectors
- djongo (⭐1.9k) - Django and MongoDB database connector.
Dependency Injection
- Wireup (⭐327) - Dependency Injection for Django
ECommerce
- saleor (⭐22k) - GraphQL-based Django E-Commerce Platform.
- django-oscar (⭐6.5k) - Domain-driven e-commerce for Django.
Editors
- django-markdownx (⭐933) - Comprehensive Markdown plugin built for Django.
- django-markdown-editor (⭐882) - Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.
- django-business-logic (⭐234) - Visual DSL framework for Django.
- django-summernote (⭐1.1k) - Summernote is a simple WYSIWYG editor.
- django-tinymce (⭐1.4k) - TinyMCE integration for Django.
- django-prose (⭐221) - A lightweight editor for content creation.
- django-ace (⭐142) - ACE integration for Django.
Files/Images
- django-cleanup (⭐1.2k) - Zero configuration file/image removal for local and remote files.
- django-imagekit (⭐2.3k) - Django app for processing images for thumbnail, black-and-white and sizes.
- django-pictures (⭐270) - Responsive cross-browser image library using modern codes like AVIF & WebP.
- sorl-thumbnail (⭐1.8k) - Thumbnails for Django.
Forms
- django-crispy-forms (⭐5.1k) - DRY Django forms.
- django-floppyforms (⭐841) - Full control of form rendering.
- django-formtools (⭐869) - For form previous and multistep forms, previously part of Django until 1.8.
- django-widget-tweaks (⭐2.2k) - Tweak form field rendering in templates.
- django-autocomplete-light (⭐1.9k) - Add autocompletion to forms.
Full-stack frameworks
- Django-Bridge (⭐262) - The simple way to build React frontends for Django applications.
- ReactPy (⭐8.1k) - It's React, but in Python. Insert dynamically rendered Python into Django templates using the ReactPy-Django module (⭐354).
- Reactor (⭐638) - 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.
General
- django-data-browser (⭐373) - Interactive, user-friendly database explorer.
- django-filter (⭐4.7k) - Powerful filters based on Django QuerySets.
- django-sql-explorer (⭐2.9k) - Share data via SQL queries.
- django-tables2 (⭐2k) - HTML tables with pagination/sorting.
- django-maintenance-mode (⭐518) - Shows a 503 error page when maintenance-mode is on.
- django-freeze (⭐102) - Convert your dynamic django site to a static one with one line of code.
- django-nh3 (⭐40) - Django integration with for nh3 and is an alternative for django-bleach.
- Weblate (⭐5.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.
- Django-Classy-Doc (⭐52) - Document your own code in the style of CCBV and CDRF.
- iommi (⭐1.1k) - Toolkit for development of CRUD applications without writing HTML or JavaScript.
Internationalisation (i18n)
- django-localflavor (⭐906) - A collection of functionality that is useful for particular countries or cultures. Previously a part of the Django core.
- django-modeltrans (⭐76) - Translate Django model fields in a JSONField.
- django-modeltranslations (⭐1.5k) - Translates Django models using a registration approach.
- django-rosetta (⭐1.2k) - Rosetta provides a UI to read and write your project's gettext catalogs within the Django Admin.
Logging
- django-guid (⭐478) - Inject a GUID (Correlation-ID) into every log message in a Django request.
- DRF-API-Logger (⭐329) - An API Logger for your Django Rest Framework project.
Monitoring
- django-prometheus (⭐1.6k) - Export Django monitoring metrics to Prometheus.
- django-mixin (⭐75) - Monitoring mixin for Django-prometheus. A set of Grafana dashboards and Prometheus rules for Django.
Mailing
- django-pony-express (⭐80) - Class-based emails including a test suite for Django.
- django-anymail (⭐1.8k) - Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more.
Model Fields
- django-colorfield (⭐662) - Color field for django models with a nice color-picker widget.
- django-model-utils (⭐2.7k) - Django model mixins and utilities.
- django-money (⭐1.8k) - Money fields for forms/models.
- django-phonenumber-field (⭐1.5k) - Model/form field for normalized phone numbers.
- django-streamfield (⭐131) - Simple StreamField for plain Django admin (based on Wagtail CMS StreamField idea).
Models
- django-lifecycle (⭐1.4k) - Declarative model lifecycle hooks, an alternative to Signals.
- django-mptt (⭐3k) - Modified Preorder Tree Traversal; working with trees of Model instances.
- django-taggit (⭐3.4k) - Simple model tags.
- django-reversion (⭐3.1k) - Version control for model instances.
- django-simple-history (⭐2.4k) - Store model history and view/revert changes from the admin.
- django-polymorphic (⭐1.8k) - Django-polymorphic simplifies using inherited models in Django projects.
- django-recurrence (⭐529) - Utility for working with recurring dates in Django.
- django-treenode (⭐787) - Abstract model/admin for tree-based stuff.
- django-auto-prefetch (⭐404) - Automatically prefetch foreign key values as needed.
Performance
- django-perf-rec - Keep detailed records of the performance of your Django code.
- New Relic - Time middleware, views, and SQL queries.
- Scout - Time middleware, template rendering, and SQL queries with automatic N+1 detection.
- django-silk (⭐4.9k) - Live profiling and inspection of HTTP requests and database queries.
- py-spy (⭐15k) - Sampling profiler for Python programs.
- pyinstrument (⭐7.5k) - Call stack profiler for Python, Django, Flask, FastAPI.
- django-zeal (⭐174) - Detect N+1 queries with user-friendly error messages
Permissions
- django-role-permissions (⭐750) - Django app for role-based permissions management.
- django-guardian (⭐3.9k) - Per object permissions in Django.
- django-rules (⭐2k) - A tiny but powerful app providing object-level permissions, built from the ground up for Django.
Search
- django-haystack (⭐3.8k) - Modular search for Django.
- django-watson (⭐1.2k) - Full-text search plugin.
- django-admin-search (⭐82) - Modal filter for django admin.
- django-elasticsearch-dsl (⭐1.1k) - Elasticsearch DSL integration for Django.
Search Engine Optimisation
- django-check-seo (⭐163) - Check SEO of pages.
Security
- django-csp (⭐621) - Adds Content-Security-Policy headers to Django.
- django-feature-policy (⭐112) - Set the draft security HTTP header
Feature-Policyon a Django app. - django-protected-media (⭐69) - Manages media that are considered sensitive in a protected fashion.
- DJ Checkup - Runs several checks on your deployed Django site to check for common security mistakes.
Static Assets
- django-storages (⭐2.9k) - A single library to support multiple custom storage backends for Django.
- django-compressor (⭐2.9k) - Compress JavaScript/CSS into a single cached file.
- easy-thumbnails (⭐1.4k) - Image thumbnails for Django.
- whitenoise (⭐2.7k) - Simplified static file serving for Python websites.
Task Queues
- django-q2 (⭐559) - A multiprocessing distributed task queue for Django.
- django-rq (⭐1.9k) - Integration for Redis Queue.
- django-redis (⭐3k) - Full-featured Redis cache backend for Django.
- celery (⭐28k) - Robust and broker-agnostic task queues for bigger, performance-focused projects.
- flower (⭐7.1k) - Flower is a web-based tool for monitoring and administrating Celery clusters.
- django-celery-beat (⭐1.9k) - A periodic task scheduler with database configured by Django's Admin Panel.
- celery-exporter (⭐521) - Prometheus & Grafana monitoring of Celery tasks.
- django-dramatiq (⭐378) - Task processing library with a focus on simplicity, reliability, and performance.
- django-celery-results (⭐765) - Celery result backend with Django.
- django-tasks (⭐740) - A reference implementation and backport of background workers and tasks in Django, based on DEP 14.
Templates
- django-components (⭐1.5k) - A way to create simple reusable template components in Django.
- django-template-partials (⭐652) - Reusable named inline partials for the Django Template Language.
- slippers - Build reusable components in Django without writing a single line of Python.
- JinjaX - Super components powers for your Jinja templates.
- django-cotton - Goodbye
{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}, Hello<c-component />. Bringing modern UI composition to Django. - htpy - htpy is a library that makes writing HTML in plain Python fun and efficient, without a template language.
- django-suspense (⭐12) - Easy way to display a fallback in templates until children have finished loading (like React).
Testing
- django-debug-toolbar (⭐8.3k) - Configurable panels to debug requests/responses.
- pytest-django (⭐1.5k) - Use pytest features in Django.
- django-test-migrations (⭐566) - Test django schema and data migrations, including migrations' order.
- django-test-plus (⭐633) - Useful additions to Django's default TestCase.
- factory-boy (⭐3.7k) - Test fixtures replacement.
- django-waffle (⭐1.2k) - A feature flipper for Django.
- model-bakery (⭐953) - Object factory for Django (rename of legacy Model Mommy project).
- django-fakery (⭐116) - An easy-to-use implementation of Creation Methods for Django, backed by Faker.
- drf-openapi-tester (⭐118) - Django test utility for validating Swagger 2.0 and OpenAPI 3.0 documentation.
- django-pattern-library (⭐412) - Pattern library generator for Django templates, to help testing of UI components.
- storybook-django (⭐118) - Develop Django UI components in isolation, with Storybook.
URLs
- dj-database-url (⭐1.5k) - Database URLs.
- urlman (⭐123) - A nicer way to do URLs for Django models.
- django-robots (⭐476) - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.
- django-redirects (⭐76) - Redirects as they should be, with full control.
Users
- django-allauth (⭐10k) - Improved user registration including social auth.
- django-allauth-ui (⭐381) - Better-looking templates for django-allauth.
- django-improved-user (⭐155) - A custom Django user that authenticates via email. Follows identity and authentication best practices.
- django-organizations (⭐1.4k) - Multi-user accounts for Django projects.
- django-cas-ng (⭐394) - 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).
- django-guest-user (⭐78) - Allow visitors to use your site like a regular user and register later.
Views
- django-braces (⭐2k) - Reusable, generic mixins.
- django-easy-audit (⭐828) - Keep track of user actions.
- django-extra-views (⭐1.4k) - Extra class-based generic views.
- django-stronghold (⭐398) - Makes all your Django views default login_required.
- neapolitan (⭐677) - Quick CRUD views for Django.
Developer Tools
Standalone tools that help in developing Django projects.
Templates
- curlylint - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.
- djhtml (⭐625) - Django/Jinja template indenter.
- djlint - Lint & Format HTML Templates.
Python Packages
A short list of Python packages that work well with Django.
- bleach (⭐2.7k) - Sanitize your inputs/forms.
- black (⭐41k) - Uncompromising Python code formatter.
- coveragepy (⭐3.3k) - Code coverage measurement.
- faker (⭐19k) - Faker is a Python package that generates fake data for you.
- huey (⭐5.8k) - A little task queue for Python.
- pillow (⭐13k) - Python Imaging Library.
- pytest (⭐13k) - Testing framework.
- python-decouple (⭐3k) - Strict separation of settings from code.
- python-slugify (⭐1.6k) - Returns unicode slugs.
- sentry-python (⭐2.1k) - Error reporting SDK.
- python-socketio (⭐4.3k) - Python implementation of the Socket.IO_ realtime client and server. (create Socket.io Django server instance)
- Ruff (⭐45k) - An extremely fast Python linter and code formatter, written in Rust.
Resources
Official Resources
- Project Website - Official Django website.
- Documentation - Comprehensive documentation for all Django versions.
- Polls Tutorial - Build a polls tutorial while learning Django internals.
- Source Code (⭐86k) - Hosted on GitHub.
Educational
- Django Girls Tutorial - Use function-based views to build a blog app.
- LearnDjango - Tutorials and premium courses on Django and Django REST Framework.
- Adam Johnson - Adam is on the Technical Board of Django and regularly writes tutorials.
- 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.
- TestDriven - Multiple Django-specific tutorials on topics like Docker, payments, and more.
- Classy Class-Based Views - Detailed descriptions of methods/properties/attributes for each generic class-based view.
- Classy Django REST Framework - Detailed descriptions with methods/attributes for DRF class-based views and serializers.
- 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.
- RealPython - Many high-quality tutorials on Django.
- Mozilla Tutorial - Create a lending library app.
- Matt Layman - Regular tutorials and deep-dives on Django topics.
- Django Styleguide (⭐6k) - Styleguide for Django with best practices and examples.
- Django Template Tags and Filters - Additional docs on Django's 57 built-in template filters and 27 template tags.
- 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.
Community
- Django Forum - Official Discourse board.
- Community Page - Featuring feeds of Community Blog Posts, Jobs, and more.
- Local Django Communities Page - Featuring local events all around the world.
- Django Users Google Group - Very active discussion board for questions/answers.
- Developers Google Group - For contributions to Django itself only.
- Mastodon - For official announcements on updates, security fixes, etc.
- X (formerly Twitter) - For official announcements on updates, security fixes, etc.
- Discord Server - Django Discord Community.
- IRC Channel - Chat with other Django users at irc://irc.freenode.net/django.
- Djangonaut Space - Free peer-mentoring program for the Django community to launch people into the universe of open source contributions.
Conferences
- DjangoCon US (YouTube Channel)
- DjangoCon Europe (YouTube Channel)
- DjangoCon AU
- DjangoCon Africa
- Django Day Copenhagen (YouTube Channel)
- PyCon US (YouTube Channel)
- PyCon Australia (YouTube Channel)
- Euro Python (YouTube Channel)
- Django Under the Hood
- DjangoCongress JP (YouTube Channel)
- Complete listing of all PyCons globally
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.
Newsletters
- Django News - Weekly newsletter on announcements, articles, projects, and talks.
Podcasts
- Django Chat - A weekly podcast from William Vincent and Django Fellow Carlton Gibson with discussions of core Django concepts and regular guests.
- Django Riffs - A new podcast from Matt Layman.
- Running in Production - Focused on tech stacks with many episodes specifically on Django.
- TalkPython - The leading Python podcast with several episodes on Django.
- Podcast Init - A popular Python podcast that features Django guests on occasion.
- Django Brew - A fun, caffeine-powered podcast about the Django web framework by Adam Hill and Sangeeta Jadoonanan!
Videos
- DjangoTV - Your source for Django conference videos and tutorials.
- PyVideo - PyVideo is an index of Python related media.
Books
For a complete listing of in-print books, check out DjangoBook.com.
Django 5
- Django for APIs, Fifth Edition
- Boost Your Django DX
- Django 5 By Example
- Django in Action
- Django for Beginners, Fifth Edition
Hosting
PaaS (Platforms-as-a-Service)
- Appliku
- Dokku
- Divio
- Fly
- Google Cloud
- Heroku
- Microsoft Azure
- Piku (⭐6.5k)
- Platform.sh
- PythonAnywhere
- Railway
- Render
- Vercel
IaaS (Infrastructure-as-a-Service)
Projects
Boilerplate
- cookiecutter-django (⭐13k) - A full-bodied starter project, highly customizable.
- django-base-site (⭐443) - A Django site with many common third-party packages pre-installed.
- djangox (⭐2.4k) - Batteries included starter project for Pip, Pipenv, or Docker.
- django-docker-template (⭐222) - Dockerized Django with Postgres, Gunicorn, and Traefik (with auto-renew Let's Encrypt).
- django-startproject (⭐272) - Django start project template with batteries.
- wemake-django-template (⭐2.2k) - Bleeding-edge Django template focused on code quality and security.
- cookiecutter-vue-django (⭐231) - Django + Vue starter project fusing Vue SFCs & Django Templates.
- sidewinder (⭐232) - A Django starter kit that focuses on good defaults, developer experience, and deployment.
- Falco (⭐390) - Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
- BH2 - Get a new Django site started in a Djiffy
- django-react-boilerplate (⭐2.2k) - A Django, React, Tailwind, Webpack project boilerplate
Open Source Projects
- Blog app with users and forms (⭐1.3k)
- Newspaper app with custom user model, full user auth (⭐1.3k)
- Behavior-Driven Development with Aloe (⭐44)
- Image Sharing Blog (⭐104)
- Bootcamp: An enterprise social network (⭐2.3k)
- Zulip (⭐24k) - Open-source team chat.
- django-job-portal (⭐611) - Job portal application using Django.
- Built with Django - Curated list of awesome Django projects.
- PostHog (⭐30k) - Open-source product analytics.
- HyperKitty - A web interface to access GNU Mailman v3 archives.
- Healthchecks (⭐9.7k) - A Cron Monitoring Tool written in Python & Django.
- Flagsmith (⭐6.1k) - Open-source Feature Flagging, Remote Config, and AB testing.
- OpenContracts (⭐1.1k) - Enterprise-grade document analytics platform that combines automated PDF parsing, vector embeddings, and LLM integration.
- Baserow - Open source no-code database and Airtable alternative built with Django and Vue.js.
- Django CRM Admin (⭐455) - Open source Python CRM built entirely on Django Admin Site.
- linkding (⭐9.7k) - Self-hosted bookmark manager that is designed to be minimal, fast, and easy to set up using Docker.
- pythonic-news (⭐544) - Hacker News clone.
Django REST Framework
The most popular way to build web APIs with Django.
DRF Resources
DRF Tutorials
- Official REST Framework - A Beginner's Guide
- Building APIs with Django and DRF
- DRF with React
- Making React and Django play well together
Wagtail
Wagtail, the powerful CMS for modern websites.
Wagtail Resources
- Official website
- Developer documentation
- User documentation
- Wagtail Source Code (⭐20k)
- awesome-wagtail (⭐2.2k)
- This week in Wagtail - A (most) weekly email with updates from the Wagtail core team.
- Wagtail Space - Wagtail conferences around the world.
- Wagtail events - Online and in-person Wagtail events.