|
|
@@ -0,0 +1,504 @@
|
|
|
+# Awesome Django - Full Text
|
|
|
+
|
|
|
+> A curated list of awesome things related to Django. Maintained by William Vincent and Jeff Triplett.
|
|
|
+
|
|
|
+- An index of links is available at https://awesomedjango.org/llms.txt.
|
|
|
+- Source: https://github.com/wsvincent/awesome-django
|
|
|
+
|
|
|
+---
|
|
|
+# Awesome Django [](https://github.com/sindresorhus/awesome)
|
|
|
+
|
|
|
+> A curated list of awesome things related to Django. Maintained by [Will Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett).
|
|
|
+
|
|
|
+<br>
|
|
|
+
|
|
|
+<div align="center">
|
|
|
+<picture>
|
|
|
+ <source media="(prefers-color-scheme: dark)" srcset="./assets/django-logo-negative.svg">
|
|
|
+ <img alt="Dark and Light mode version of the Django logo" src="./assets/django-logo-positive.svg">
|
|
|
+</picture>
|
|
|
+</div>
|
|
|
+
|
|
|
+<br>
|
|
|
+
|
|
|
+Please consider supporting Django by making a donation to the <a rel="sponsored" href="https://www.djangoproject.com/fundraising/">Django Software Foundation</a>,
|
|
|
+sponsoring via <a rel="sponsored" href="https://github.com/sponsors/django">GitHub Sponsors</a>,
|
|
|
+or buying <a rel="sponsored" href="https://django.threadless.com/">official merchandise</a>.
|
|
|
+
|
|
|
+
|
|
|
+## Contents
|
|
|
+
|
|
|
+<!--lint disable awesome-toc-->
|
|
|
+<!--lint enable awesome-toc-->
|
|
|
+
|
|
|
+## Third-Party Packages
|
|
|
+
|
|
|
+_For a complete listing of all available packages, see [Django Packages](https://djangopackages.org/)_
|
|
|
+
|
|
|
+### Admin
|
|
|
+- [django-hijack](https://github.com/django-hijack/django-hijack) - Admins can log in and work on behalf of other users without having to know their credentials.
|
|
|
+- [django-import-export](https://github.com/django-import-export/django-import-export) - Django application and library for importing and exporting data with admin integration.
|
|
|
+- [django-admin-inline-paginator-plus](https://github.com/DmytroLitvinov/django-admin-inline-paginator-plus) - A simple way to paginate your inline in Django admin
|
|
|
+- [django-loginas](https://github.com/skorokithakis/django-loginas) - "Log in as user" for the Django admin.
|
|
|
+- [impostor](https://github.com/avallbona/Impostor) - 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](https://pypi.org/project/django-impersonate/) - Allow superusers to “impersonate” other non-superuser accounts.
|
|
|
+- [django-admin-env-notice](https://github.com/dizballanze/django-admin-env-notice) - Visually distinguish environments in Django Admin, for example: `development`, `staging`, `production`.
|
|
|
+- [django-related-admin](https://github.com/PetrDlouhy/django-related-admin) - A helper library that allows you to write list_displays across foreign key relationships.
|
|
|
+- [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2) - Generic drag-and-drop ordering for objects in the Django admin interface.
|
|
|
+- [django-admin-collaborator](https://github.com/brktrlw/django-admin-collaborator) - Add real-time user presence, edit locks, and chat to Django admin with Channels and Redis.
|
|
|
+- [dj-control-room](https://github.com/django-control-room/dj-control-room) - Build a control plane with a suite of operational tools inside the Django admin (Redis, cache, Celery, URLs, and more).
|
|
|
+
|
|
|
+### Admin Themes
|
|
|
+- [django-grappelli](https://github.com/sehmaschine/django-grappelli) - A jazzy skin for the admin.
|
|
|
+- [django-jazzmin](https://github.com/farridav/django-jazzmin) - Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy.
|
|
|
+- [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) - Customize Admin by the admin itself(color, header. title,logo) and popup windows replaced by modals.
|
|
|
+- [django-semantic-admin](https://github.com/globophobe/django-semantic-admin) - Django Semantic UI admin theme.
|
|
|
+- [django-jet-reboot](https://github.com/assem-ch/django-jet-reboot) - Django Jet is modern template for Django admin interface with improved functionality.
|
|
|
+- [django-baton](https://github.com/otto-torino/django-baton) - A cool, modern and responsive django admin application based on bootstrap 5.
|
|
|
+- [django-unfold](https://github.com/unfoldadmin/django-unfold) - Modern Django admin theme for seamless interface development.
|
|
|
+- [django-daisy](https://github.com/hypy13/django-daisy) - A modern django dashboard fully responsive built with daisyui.
|
|
|
+- [django-smartbase-admin](https://github.com/SmartBase-SK/django-smartbase-admin) - Django SmartBase Admin 🚀 performance-tuned 👥 end-user ready beautiful admin panel
|
|
|
+
|
|
|
+### APIs
|
|
|
+<!--lint disable double-link-->
|
|
|
+- [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django.
|
|
|
+- [django-cors-headers](https://github.com/adamchainz/django-cors-headers) - If your back-end and front-end are on different servers, you need this.
|
|
|
+- [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) - Authentication for Django Rest Framework.
|
|
|
+- [django-rest-knox](https://github.com/jazzband/django-rest-knox) - Authentication Module for django-rest-auth.
|
|
|
+- [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth.
|
|
|
+- [djaq](https://github.com/paul-wolf/djaq) - An instant remote API to Django models with a powerful query language.
|
|
|
+- [django-rest-framework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) - JSON web tokens for DRF.
|
|
|
+- [django-webpack-loader](https://github.com/django-webpack/django-webpack-loader) - Transparently use webpack with Django.
|
|
|
+- [drf-yasg](https://github.com/axnsan12/drf-yasg) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
|
|
|
+- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django.
|
|
|
+- [graphene-django-filter](https://github.com/devind-team/graphene-django-filter) - Advanced filters implementing and/or/not operators in GraphQL for Django.
|
|
|
+- [django-modern-rest](https://github.com/wemake-services/django-modern-rest) - Modern REST with speed, types, async, `msgspec`, `pydantic` and other goodies!
|
|
|
+- [django-ninja](https://django-ninja.rest-framework.com/) - Django Ninja - Fast Django REST framework based on type annotations.
|
|
|
+- [django-tastypie](https://github.com/django-tastypie/django-tastypie) - Creating delicious APIs for Django apps since 2010.
|
|
|
+- [drf-spectacular](https://github.com/tfranzel/drf-spectacular) - Sane and flexible OpenAPI 3 schema generation for Django REST framework.
|
|
|
+- [django-webhook](https://github.com/danihodovic/django-webhook) - A plug-and-play Django app for sending outgoing webhooks on model changes.
|
|
|
+- [strawberry-django](https://github.com/strawberry-graphql/strawberry-django) - Django integration with Strawberry, a GraphQL library designed for modern development
|
|
|
+<!--lint enable double-link-->
|
|
|
+
|
|
|
+### Async
|
|
|
+- [channels](https://github.com/django/channels/) - Async support for Django.
|
|
|
+
|
|
|
+### Caching
|
|
|
+- [django-cachalot](https://github.com/noripyt/django-cachalot) - Caches your Django ORM queries and automatically invalidates them.
|
|
|
+- [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
|
|
|
+
|
|
|
+### Commands
|
|
|
+- [django-extensions](https://github.com/django-extensions/django-extensions/) - Custom management extensions, notably `runserver_plus` and `shell_plus`.
|
|
|
+- [django-click](https://github.com/django-commons/django-click) - Write Django management commands using the [click CLI library](https://click.palletsprojects.com).
|
|
|
+- [django-dbbackup](https://github.com/Archmonger/django-dbbackup) - Management commands to help backup and restore your project database and media files.
|
|
|
+- [django-liquidb](https://github.com/Gusakovskiy/django-liquidb) - Django application to simplify migration management and changes in states of db scheme.
|
|
|
+- [django-migration-zero](https://github.com/ambient-innovation/django-migration-zero/) - Holistic implementation of "migration zero" pattern for Django covering local changes and in-production database adjustments.
|
|
|
+- [django-typer](https://github.com/django-commons/django-typer) - Write Django management commands using the [Typer CLI library](https://typer.tiangolo.com).
|
|
|
+
|
|
|
+### Configuration
|
|
|
+<!--lint disable double-link-->
|
|
|
+- [confidential](https://github.com/candidco/confidential) - Manage configs and secrets (with CLI support).
|
|
|
+- [django-environ](https://github.com/joke2k/django-environ) - Environment variables.
|
|
|
+- [django-split-settings](https://github.com/wemake-services/django-split-settings) - Organize multiple settings files.
|
|
|
+- [django-constance](https://github.com/jazzband/django-constance) - 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](https://github.com/jazzband/django-configurations) - eases Django project configuration by relying on the composability of Python classes and following principles of [the twelve-factor app](https://12factor.net/config).
|
|
|
+- [dynaconf](https://www.dynaconf.com/django/) - 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](https://12factor.net/config).
|
|
|
+- [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) - Config and manage typed extra settings using just the django admin.
|
|
|
+- [django-removals](https://github.com/ambient-innovation/django-removals/) - Detect deprecated settings variables via convenient system checks
|
|
|
+- [environs](https://github.com/sloria/environs) - Simplified environment variable parsing that comes with a [Django helper](https://github.com/sloria/environs#usage-with-django) that installs additional packages.
|
|
|
+<!--lint enable double-link-->
|
|
|
+- [django-classy-settings](https://github.com/funkybob/django-classy-settings) - Class-based settings to keep your environments in order, with easy access to typed environment variables.
|
|
|
+- [django-content-settings](https://github.com/occipital/django-content-settings) - Easily create and manage editable typed variables directly from the Django admin panel.
|
|
|
+
|
|
|
+### Content Management Systems
|
|
|
+<!--lint disable double-link-->
|
|
|
+- [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS). See [awesome-wagtail](https://github.com/wagtail/awesome-wagtail) too.
|
|
|
+- [mezzanine](https://github.com/stephenmcd/mezzanine) - CMS framework.
|
|
|
+- [django-cms](https://github.com/django-cms/django-cms) - CMS for Django.
|
|
|
+- [feincms](https://github.com/feincms/feincms) - An extensible Django-based CMS.
|
|
|
+- [puput](https://github.com/APSL/puput) - Blog app features with Wagtail.
|
|
|
+<!--lint enable double-link-->
|
|
|
+
|
|
|
+### Database Connectors
|
|
|
+- [djongo](https://github.com/doableware/djongo) - Django and MongoDB database connector.
|
|
|
+
|
|
|
+### Dependency Injection
|
|
|
+- [Wireup](https://github.com/maldoinc/wireup) - Dependency Injection for Django
|
|
|
+
|
|
|
+### ECommerce
|
|
|
+- [saleor](https://github.com/saleor/saleor) - GraphQL-based Django E-Commerce Platform.
|
|
|
+- [django-oscar](https://github.com/django-oscar/django-oscar) - Domain-driven e-commerce for Django.
|
|
|
+
|
|
|
+### Editors
|
|
|
+<!--lint ignore awesome-list-item-->
|
|
|
+- [django-markdownx](https://github.com/neutronX/django-markdownx) - Comprehensive Markdown plugin built for Django.
|
|
|
+- [django-markdown-editor](https://github.com/agusmakmun/django-markdown-editor) - Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.
|
|
|
+- [django-business-logic](https://github.com/dgk/django-business-logic) - Visual DSL framework for Django.
|
|
|
+- [django-summernote](https://github.com/lqez/django-summernote) - Summernote is a simple WYSIWYG editor.
|
|
|
+- [django-tinymce](https://github.com/jazzband/django-tinymce) - TinyMCE integration for Django.
|
|
|
+- [django-prose](https://github.com/withlogicco/django-prose) - A lightweight editor for content creation.
|
|
|
+- [django-ace](https://github.com/django-ace/django-ace) - ACE integration for Django.
|
|
|
+
|
|
|
+### Files/Images
|
|
|
+- [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files.
|
|
|
+- [django-imagekit](https://github.com/matthewwithanm/django-imagekit) - Django app for processing images for thumbnail, black-and-white and sizes.
|
|
|
+- [django-pictures](https://github.com/codingjoe/django-pictures) - Responsive cross-browser image library using modern codes like AVIF & WebP.
|
|
|
+- [sorl-thumbnail](https://github.com/jazzband/sorl-thumbnail) - Thumbnails for Django.
|
|
|
+
|
|
|
+### Forms
|
|
|
+- [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms.
|
|
|
+- [django-floppyforms](https://github.com/jazzband/django-floppyforms) - Full control of form rendering.
|
|
|
+- [django-formtools](https://github.com/jazzband/django-formtools) - For form previous and multistep forms, previously part of Django until 1.8.
|
|
|
+- [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates.
|
|
|
+- [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) - Add autocompletion to forms.
|
|
|
+
|
|
|
+### Full-stack frameworks
|
|
|
+- [Django LiveView](https://github.com/Django-LiveView/liveview) - Framework for creating dynamic, reactive interfaces server-side with Django templates. Real-time updates via WebSocket with decorator-based handlers.
|
|
|
+- [Django-Bridge](https://github.com/kaedroho/django-bridge) - The simple way to build React frontends for Django applications.
|
|
|
+- [ReactPy](https://github.com/reactive-python/reactpy) - It's React, but in Python. Insert dynamically rendered Python into Django templates using the [ReactPy-Django module](https://github.com/reactive-python/reactpy-django).
|
|
|
+- [Reactor](https://github.com/edelvalle/reactor/) - Phoenix LiveView, but for Django.
|
|
|
+- [Sockpuppet](https://sockpuppet.argpar.se/) - Build reactive applications with the Django tooling you already know and love.
|
|
|
+- [Unicorn](https://www.django-unicorn.com/) - 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](https://github.com/tolomea/django-data-browser) - Interactive, user-friendly database explorer.
|
|
|
+- [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets.
|
|
|
+- [django-sql-explorer](https://github.com/explorerhq/sql-explorer) - Share data via SQL queries.
|
|
|
+- [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting.
|
|
|
+- [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) - Shows a 503 error page when maintenance-mode is on.
|
|
|
+- [django-freeze](https://github.com/fabiocaccamo/django-freeze) - Convert your dynamic django site to a static one with one line of code.
|
|
|
+- [django-nh3](https://github.com/marksweb/django-nh3) - Django integration with for nh3 and is an alternative for django-bleach.
|
|
|
+- [Weblate](https://github.com/WeblateOrg/weblate) - 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](https://github.com/nanuxbe/django-classy-doc) - Document your own code in the style of CCBV and CDRF.
|
|
|
+- [iommi](https://github.com/iommirocks/iommi) - Toolkit for development of CRUD applications without writing HTML or JavaScript.
|
|
|
+
|
|
|
+### Internationalisation (i18n)
|
|
|
+- [django-localflavor](https://github.com/django/django-localflavor) - A collection of functionality that is useful for particular countries or cultures. Previously a part of the Django core.
|
|
|
+- [django-modeltrans](https://github.com/zostera/django-modeltrans) - Translate Django model fields in a JSONField.
|
|
|
+- [django-modeltranslations](https://github.com/deschler/django-modeltranslation) - Translates Django models using a registration approach.
|
|
|
+- [django-rosetta](https://github.com/mbi/django-rosetta) - Rosetta provides a UI to read and write your project's gettext catalogs within the Django Admin.
|
|
|
+
|
|
|
+### Logging
|
|
|
+- [django-guid](https://github.com/snok/django-guid) - Inject a GUID (Correlation-ID) into every log message in a Django request.
|
|
|
+- [DRF-API-Logger](https://github.com/vishalanandl177/DRF-API-Logger) - An API Logger for your Django Rest Framework project.
|
|
|
+- [django-structlog](https://github.com/jrobichaud/django-structlog) - django-structlog is a structured logging integration for Django project using [structlog](https://www.structlog.org)
|
|
|
+
|
|
|
+### Monitoring
|
|
|
+- [django-prometheus](https://github.com/django-commons/django-prometheus) - Export Django monitoring metrics to Prometheus.
|
|
|
+- [django-mixin](https://github.com/adinhodovic/django-mixin) - Monitoring mixin for Django-prometheus. A set of Grafana dashboards and Prometheus rules for Django.
|
|
|
+
|
|
|
+### Mailing
|
|
|
+- [django-pony-express](https://github.com/ambient-innovation/django-pony-express) - Class-based emails including a test suite for Django.
|
|
|
+- [django-anymail](https://github.com/anymail/django-anymail) - 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](https://github.com/fabiocaccamo/django-colorfield) - Color field for django models with a nice color-picker widget.
|
|
|
+- [django-model-utils](https://github.com/jazzband/django-model-utils) - Django model mixins and utilities.
|
|
|
+- [django-phonenumber-field](https://github.com/django-phonenumber-field/django-phonenumber-field) - Model/form field for normalized phone numbers.
|
|
|
+- [django-streamfield](https://github.com/raagin/django-streamfield) - Simple StreamField for plain Django admin (based on Wagtail CMS StreamField idea).
|
|
|
+
|
|
|
+### Models
|
|
|
+- [django-lifecycle](https://github.com/rsinger86/django-lifecycle) - Declarative model lifecycle hooks, an alternative to Signals.
|
|
|
+- [django-mptt](https://github.com/django-mptt/django-mptt) - Modified Preorder Tree Traversal; working with trees of Model instances.
|
|
|
+- [django-taggit](https://github.com/jazzband/django-taggit/) - Simple model tags.
|
|
|
+- [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances.
|
|
|
+- [django-simple-history](https://github.com/django-commons/django-simple-history) - Store model history and view/revert changes from the admin.
|
|
|
+- [django-polymorphic](https://github.com/django-commons/django-polymorphic) - Django-polymorphic simplifies using inherited models in Django projects.
|
|
|
+- [django-recurrence](https://github.com/jazzband/django-recurrence) - Utility for working with recurring dates in Django.
|
|
|
+- [django-treenode](https://github.com/fabiocaccamo/django-treenode) - Abstract model/admin for tree-based stuff.
|
|
|
+- [django-auto-prefetch](https://github.com/adamchainz/django-auto-prefetch) - Automatically prefetch foreign key values as needed.
|
|
|
+
|
|
|
+### Performance
|
|
|
+- [django-perf-rec](https://cur.at/GHUO6cn?m=web) - Keep detailed records of the performance of your Django code.
|
|
|
+- [New Relic](https://newrelic.com/python/django) - Time middleware, views, and SQL queries.
|
|
|
+- [Scout](https://scoutapm.com/docs/python/django) - Time middleware, template rendering, and SQL queries with automatic N+1 detection.
|
|
|
+- [django-silk](https://github.com/jazzband/django-silk) - Live profiling and inspection of HTTP requests and database queries.
|
|
|
+- [py-spy](https://github.com/benfred/py-spy) - Sampling profiler for Python programs.
|
|
|
+- [pyinstrument](https://github.com/joerick/pyinstrument) - Call stack profiler for Python, Django, Flask, FastAPI.
|
|
|
+- [django-zeal](https://github.com/taobojlen/django-zeal) - Detect N+1 queries with user-friendly error messages
|
|
|
+
|
|
|
+### Permissions
|
|
|
+- [django-role-permissions](https://github.com/vintasoftware/django-role-permissions) - Django app for role-based permissions management.
|
|
|
+- [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django.
|
|
|
+- [django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions, built from the ground up for Django.
|
|
|
+
|
|
|
+### Search
|
|
|
+- [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django.
|
|
|
+- [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin.
|
|
|
+- [django-admin-search](https://github.com/shinneider/django-admin-search) - Modal filter for django admin.
|
|
|
+- [django-elasticsearch-dsl](https://github.com/django-es/django-elasticsearch-dsl) - Elasticsearch DSL integration for Django.
|
|
|
+
|
|
|
+### Search Engine Optimisation
|
|
|
+- [django-check-seo](https://github.com/kapt-labs/django-check-seo) - Check SEO of pages.
|
|
|
+
|
|
|
+### Security
|
|
|
+- [django-csp](https://github.com/mozilla/django-csp) - Adds [Content-Security-Policy](http://www.w3.org/TR/CSP/) headers to Django.
|
|
|
+- [django-feature-policy](https://github.com/adamchainz/django-permissions-policy) - Set the draft security HTTP header `Feature-Policy` on a Django app.
|
|
|
+- [django-protected-media](https://github.com/cobusc/django-protected-media) - Manages media that are considered sensitive in a protected fashion.
|
|
|
+- [DJ Checkup](https://djcheckup.com) - Runs several checks on your deployed Django site to check for common security mistakes.
|
|
|
+
|
|
|
+### Static Assets
|
|
|
+- [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django.
|
|
|
+- [django-compressor](https://github.com/django-compressor/django-compressor/) - Compress JavaScript/CSS into a single cached file.
|
|
|
+- [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) - Image thumbnails for Django.
|
|
|
+- [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites.
|
|
|
+
|
|
|
+### Task Queues
|
|
|
+- [django-q2](https://github.com/django-q2/django-q2) - A multiprocessing distributed task queue for Django.
|
|
|
+- [django-rq](https://github.com/rq/django-rq) - Integration for Redis Queue.
|
|
|
+- [django-redis](https://github.com/jazzband/django-redis) - Full-featured Redis cache backend for Django.
|
|
|
+- [celery](https://github.com/celery/celery) - Robust and broker-agnostic task queues for bigger, performance-focused projects.
|
|
|
+- [flower](https://github.com/mher/flower) - Flower is a web-based tool for monitoring and administrating Celery clusters.
|
|
|
+- [django-celery-beat](https://github.com/celery/django-celery-beat) - A periodic task scheduler with database configured by Django's Admin Panel.
|
|
|
+- [celery-exporter](https://github.com/danihodovic/celery-exporter) - Prometheus & Grafana monitoring of Celery tasks.
|
|
|
+- [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) - Task processing library with a focus on simplicity, reliability, and performance.
|
|
|
+- [django-celery-results](https://github.com/celery/django-celery-results) - Celery result backend with Django.
|
|
|
+- [django-tasks](https://github.com/realOrangeOne/django-tasks) - A reference implementation and backport of background workers and tasks in Django, based on [DEP 14](https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/).
|
|
|
+- [huey](https://github.com/coleifer/huey) - A little task queue for Python, with Django support including the new `django.tasks` API.
|
|
|
+
|
|
|
+### Templates
|
|
|
+- [django-components](https://github.com/django-components/django-components/) - A way to create simple reusable template components in Django.
|
|
|
+- [django-template-partials](https://github.com/carltongibson/django-template-partials/) - Reusable named inline partials for the Django Template Language.
|
|
|
+- [slippers](https://mitchel.me/slippers/) - Build reusable components in Django without writing a single line of Python.
|
|
|
+- [JinjaX](https://jinjax.scaletti.dev/) - Super components powers for your Jinja templates.
|
|
|
+- [django-cotton](https://django-cotton.com/) - Goodbye `{% raw %}{%{% endraw %} extends, block, include {% raw %}%}{% endraw %}`, Hello `<c-component />`. Bringing modern UI composition to Django.
|
|
|
+- [htpy](https://htpy.dev/) - htpy is a library that makes writing HTML in plain Python fun and efficient, without a template language.
|
|
|
+- [django-suspense](https://github.com/paqstd-dev/django-suspense) - Easy way to display a fallback in templates until children have finished loading (like React).
|
|
|
+
|
|
|
+### Testing
|
|
|
+- [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar/) - Configurable panels to debug requests/responses.
|
|
|
+- [pytest-django](https://github.com/pytest-dev/pytest-django) - Use pytest features in Django.
|
|
|
+- [django-test-migrations](https://github.com/wemake-services/django-test-migrations) - Test django schema and data migrations, including migrations' order.
|
|
|
+- [django-test-plus](https://github.com/revsys/django-test-plus/) - Useful additions to Django's default TestCase.
|
|
|
+- [factory-boy](https://github.com/FactoryBoy/factory_boy) - Test fixtures replacement.
|
|
|
+- [django-waffle](https://github.com/django-waffle/django-waffle) - A feature flipper for Django.
|
|
|
+- [model-bakery](https://github.com/model-bakers/model_bakery) - Object factory for Django (rename of legacy Model Mommy project).
|
|
|
+- [django-fakery](https://github.com/fcurella/django-fakery) - An easy-to-use implementation of Creation Methods for Django, backed by Faker.
|
|
|
+- [django-pattern-library](https://github.com/torchbox/django-pattern-library) - Pattern library generator for Django templates, to help testing of UI components.
|
|
|
+- [storybook-django](https://github.com/torchbox/storybook-django) - Develop Django UI components in isolation, with Storybook.
|
|
|
+
|
|
|
+### URLs
|
|
|
+- [dj-database-url](https://github.com/jazzband/dj-database-url) - Database URLs.
|
|
|
+- [urlman](https://github.com/andrewgodwin/urlman) - A nicer way to do URLs for Django models.
|
|
|
+- [django-robots](https://github.com/jazzband/django-robots) - This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.
|
|
|
+- [django-redirects](https://github.com/fabiocaccamo/django-redirects) - Redirects as they should be, with full control.
|
|
|
+
|
|
|
+### Users
|
|
|
+- [django-allauth](https://github.com/pennersr/django-allauth/) - Improved user registration including social auth.
|
|
|
+- [django-allauth-ui](https://github.com/danihodovic/django-allauth-ui/) - Better-looking templates for django-allauth.
|
|
|
+- [django-improved-user](https://github.com/jambonrose/django-improved-user) - A custom Django user that authenticates via email. Follows identity and authentication best practices.
|
|
|
+- [django-organizations](https://github.com/bennylope/django-organizations/) - Multi-user accounts for Django projects.
|
|
|
+- [django-cas-ng](https://github.com/django-cas-ng/django-cas-ng) - 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](https://github.com/julianwachholz/django-guest-user) - Allow visitors to use your site like a regular user and register later.
|
|
|
+
|
|
|
+### Views
|
|
|
+- [django-braces](https://github.com/brack3t/django-braces) - Reusable, generic mixins.
|
|
|
+- [django-easy-audit](https://github.com/soynatan/django-easy-audit) - Keep track of user actions.
|
|
|
+- [django-extra-views](https://github.com/AndrewIngram/django-extra-views) - Extra class-based generic views.
|
|
|
+- [django-stronghold](https://github.com/mgrouchy/django-stronghold) - Makes all your Django views default login_required.
|
|
|
+- [neapolitan](https://github.com/carltongibson/neapolitan) - Quick CRUD views for Django.
|
|
|
+
|
|
|
+## Developer Tools
|
|
|
+
|
|
|
+Standalone tools that help in developing Django projects.
|
|
|
+
|
|
|
+### Templates
|
|
|
+- [curlylint](https://www.curlylint.org/) - Experimental HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid.
|
|
|
+- [djhtml](https://github.com/rtts/djhtml) - Django/Jinja template indenter.
|
|
|
+- [djlint](https://www.djlint.com/) - Lint & Format HTML Templates.
|
|
|
+
|
|
|
+## Python Packages
|
|
|
+
|
|
|
+_A short list of Python packages that work well with Django._
|
|
|
+
|
|
|
+- [black](https://github.com/psf/black) - Uncompromising Python code formatter.
|
|
|
+- [coveragepy](https://github.com/coveragepy/coveragepy) - Code coverage measurement.
|
|
|
+- [faker](https://github.com/joke2k/faker) - Faker is a Python package that generates fake data for you.
|
|
|
+- [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library.
|
|
|
+- [pytest](https://github.com/pytest-dev/pytest/) - Testing framework.
|
|
|
+- [python-decouple](https://github.com/HBNetwork/python-decouple) - Strict separation of settings from code.
|
|
|
+- [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs.
|
|
|
+- [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK.
|
|
|
+- [python-socketio](https://github.com/miguelgrinberg/python-socketio) - Python implementation of the Socket.IO_ realtime client and server. [(create Socket.io Django server instance)](https://python-socketio.readthedocs.io/en/latest/server.html?highlight=django#creating-a-server-instance)
|
|
|
+- [Ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust.
|
|
|
+
|
|
|
+## Resources
|
|
|
+
|
|
|
+### Official Resources
|
|
|
+<!--lint ignore double-link-->
|
|
|
+- [Project Website](https://www.djangoproject.com/) - Official Django website.
|
|
|
+- [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions.
|
|
|
+- [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals.
|
|
|
+- [Source Code](https://github.com/django/django/) - Hosted on GitHub.
|
|
|
+
|
|
|
+### Educational
|
|
|
+- [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use function-based views to build a blog app.
|
|
|
+- [LearnDjango](https://learndjango.com/) - Tutorials and premium courses on Django and Django REST Framework.
|
|
|
+- [Adam Johnson](https://adamj.eu/tech/) - Adam is on the Technical Board of Django and regularly writes tutorials.
|
|
|
+- [Photon Designer - Django tutorials](https://photondesigner.com/articles) - 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](https://testdriven.io/blog/) - Multiple Django-specific tutorials on topics like Docker, payments, and more.
|
|
|
+- [Classy Class-Based Views](https://ccbv.co.uk/) - Detailed descriptions of methods/properties/attributes for each generic class-based view.
|
|
|
+- [Classy Django REST Framework](http://www.cdrf.co) - Detailed descriptions with methods/attributes for DRF class-based views and serializers.
|
|
|
+- [Simple is Better than Complex](https://simpleisbetterthancomplex.com/) - Regularly updated website with many tutorials and tips on Django.
|
|
|
+- [Full Stack Python's Django Page](https://www.fullstackpython.com/django.html) - Explanation of Django philosophy and links to other resources and tutorials.
|
|
|
+- [RealPython](https://realpython.com/tutorials/django/) - Many high-quality tutorials on Django.
|
|
|
+- [Mozilla Tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) - Create a lending library app.
|
|
|
+- [Matt Layman](https://www.mattlayman.com) - Regular tutorials and deep-dives on Django topics.
|
|
|
+- [Django Styleguide](https://github.com/HackSoftware/Django-Styleguide) - Styleguide for Django with best practices and examples.
|
|
|
+- [Django Template Tags and Filters](https://www.djangotemplatetagsandfilters.com/) - Additional docs on Django's 57 built-in template filters and 27 template tags.
|
|
|
+- [Django for Everybody](https://www.dj4e.com/) - A complete course for webdev beginners focused on Django.
|
|
|
+- [CS50W](https://cs50.harvard.edu/web/2020/) - Harvard's University introductory course to web development, it explains Django as backend framework.
|
|
|
+- [Better Simple](https://www.better-simple.com/blog/django/) - Articles from Tim Schilling about Django development, best practices, and the Django ecosystem.
|
|
|
+
|
|
|
+### Community
|
|
|
+<!--lint disable double-link-->
|
|
|
+- [Django Forum](https://forum.djangoproject.com/) - Official Discourse board.
|
|
|
+- [Community Page](https://www.djangoproject.com/community/) - Featuring feeds of Community Blog Posts, Jobs, and more.
|
|
|
+- [Local Django Communities Page](https://www.djangoproject.com/community/local/) - Featuring local events all around the world.
|
|
|
+- [Django Users Google Group](https://groups.google.com/forum/#!forum/django-users/) - Very active discussion board for questions/answers.
|
|
|
+- [Developers Google Group](https://groups.google.com/forum/#!forum/django-developers/) - For contributions to Django itself only.
|
|
|
+- [Mastodon](https://fosstodon.org/@django) - For official announcements on updates, security fixes, etc.
|
|
|
+- [X (formerly Twitter)](https://x.com/djangoproject/) - For official announcements on updates, security fixes, etc.
|
|
|
+- [Discord Server](https://discord.com/invite/xcRH6mN4fa) - Django Discord Community.
|
|
|
+- IRC Channel - Chat with other Django users at irc://irc.freenode.net/django.
|
|
|
+- [Djangonaut Space](https://djangonaut.space) - Free peer-mentoring program for the Django community to launch people into the universe of open source contributions.
|
|
|
+<!--lint enable double-link-->
|
|
|
+
|
|
|
+### Conferences
|
|
|
+
|
|
|
+- [DjangoCon US](https://djangocon.us/) ([YouTube Channel](https://www.youtube.com/channel/UC0yY6a79pPY9J0ShIHRf6yw))
|
|
|
+- [DjangoCon Europe](https://djangocon.eu/) ([YouTube Channel](https://www.youtube.com/user/djangoconeurope))
|
|
|
+- [DjangoCon AU](https://djangocon.com.au/)
|
|
|
+- [DjangoCon Africa](https://djangocon.africa/)
|
|
|
+- [Django Day Copenhagen](https://djangoday.dk/) ([YouTube Channel](https://www.youtube.com/@djangodanmark))
|
|
|
+- [PyCon US](https://us.pycon.org/) ([YouTube Channel](https://www.youtube.com/channel/UCsX05-2sVSH7Nx3zuk3NYuQ))
|
|
|
+- [PyCon Australia](https://pycon-au.org/) ([YouTube Channel](https://www.youtube.com/user/PyConAU))
|
|
|
+- [Euro Python](https://europython.eu/) ([YouTube Channel](https://www.youtube.com/user/PythonItalia))
|
|
|
+- [Django Under the Hood](https://www.youtube.com/channel/UC9T1dhIlL_8Va9DxvKRowBw/videos)
|
|
|
+- [DjangoCongress JP](https://djangocongress.jp/) ([YouTube Channel](https://www.youtube.com/@djangocongressjp3623))
|
|
|
+- [Complete listing of all PyCons globally](https://pycon.org)
|
|
|
+
|
|
|
+### Job Boards
|
|
|
+
|
|
|
+- [Django Job Board](https://djangojobboard.com/) - A Django job board that also aggregates other job boards. Formerly Django News Jobs.
|
|
|
+- [Django Jobs](https://djangojobs.net) - Django jobs posting for hiring Django Python developers.
|
|
|
+- [Python.org Job Boards](https://www.python.org/jobs/) - 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](https://django-news.com) - Weekly newsletter on announcements, articles, projects, and talks.
|
|
|
+
|
|
|
+### Podcasts
|
|
|
+
|
|
|
+- [Django Chat](https://djangochat.com/) - A weekly podcast from William Vincent and Django Fellow Carlton Gibson with discussions of core Django concepts and regular guests.
|
|
|
+- [Django Brew](https://djangobrew.com/) - A fun, caffeine-powered podcast about the Django web framework by Adam Hill and Sangeeta Jadoonanan.
|
|
|
+- [TalkPython](https://talkpython.fm/) - The leading Python podcast with occassional episodes on Django.
|
|
|
+- [Running in Production](https://runninginproduction.com/tags/django) - No longer active, but a great backlog of episodes on Django tech stacks.
|
|
|
+
|
|
|
+### Videos
|
|
|
+
|
|
|
+- [DjangoTV](https://djangotv.com) - Your source for Django conference videos and tutorials.
|
|
|
+- [PyVideo](https://pyvideo.org) - PyVideo is an index of Python related media.
|
|
|
+
|
|
|
+### Books
|
|
|
+For a complete listing of in-print books, check out [DjangoBook.com](https://djangobook.com/).
|
|
|
+
|
|
|
+_Django 5_
|
|
|
+- [Django for APIs, Fifth Edition](https://learndjango.com/courses/django-for-apis/)
|
|
|
+- [Boost Your Django DX](https://adamchainz.gumroad.com/l/byddx)
|
|
|
+- [Django 5 By Example](https://www.packtpub.com/en-us/product/django-5-by-example-9781805125457)
|
|
|
+- [Django in Action](https://www.manning.com/books/django-in-action)
|
|
|
+- [Django for Beginners, Fifth Edition](https://learndjango.com/courses/django-for-beginners/)
|
|
|
+
|
|
|
+## Hosting
|
|
|
+
|
|
|
+### PaaS (Platforms-as-a-Service)
|
|
|
+- [Appliku](https://appliku.com)
|
|
|
+- [Dokku](https://dokku.com)
|
|
|
+- [Divio](https://www.divio.com)
|
|
|
+- [Fly](https://fly.io)
|
|
|
+- [Google Cloud](https://cloud.google.com/python/django/)
|
|
|
+- [Heroku](https://www.heroku.com)
|
|
|
+- [Microsoft Azure](https://azure.microsoft.com/en-us/develop/python/)
|
|
|
+- [Piku](https://github.com/piku/piku)
|
|
|
+- [Upsun](https://upsun.com)
|
|
|
+- [PythonAnywhere](https://www.pythonanywhere.com)
|
|
|
+- [Railway](https://railway.app)
|
|
|
+- [Render](https://render.com)
|
|
|
+- [Vercel](https://vercel.com/home)
|
|
|
+
|
|
|
+### IaaS (Infrastructure-as-a-Service)
|
|
|
+- [Digital Ocean](https://www.digitalocean.com)
|
|
|
+- [Linode](https://www.linode.com)
|
|
|
+- [Amazon Lightsail](https://aws.amazon.com/lightsail/)
|
|
|
+- [Hetzner](https://www.hetzner.com)
|
|
|
+
|
|
|
+## Projects
|
|
|
+
|
|
|
+### Boilerplate
|
|
|
+- [cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django/) - A full-bodied starter project, highly customizable.
|
|
|
+- [django-base-site](https://github.com/epicserve/django-base-site/) - A Django site with many common third-party packages pre-installed.
|
|
|
+- [djangox](https://github.com/wsvincent/lithium/) - Batteries included starter project for Pip, Pipenv, or Docker.
|
|
|
+- [django-docker-template](https://github.com/amerkurev/django-docker-template) - Dockerized Django with Postgres, Gunicorn, and Traefik (with auto-renew Let's Encrypt).
|
|
|
+- [django-startproject](https://github.com/jefftriplett/django-startproject) - Django start project template with batteries.
|
|
|
+- [wemake-django-template](https://github.com/wemake-services/wemake-django-template/) - Bleeding-edge Django template focused on code quality and security.
|
|
|
+- [cookiecutter-vue-django](https://github.com/ilikerobots/cookiecutter-vue-django) - Django + Vue starter project fusing Vue SFCs & Django Templates.
|
|
|
+- [sidewinder](https://github.com/stribny/sidewinder/) - A Django starter kit that focuses on good defaults, developer experience, and deployment.
|
|
|
+- [Falco](https://github.com/falcopackages/falco-cli) - Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
|
|
|
+- [BH2](https://codeberg.org/trey/bh2) - Get a new Django site started in a Djiffy
|
|
|
+- [django-react-boilerplate](https://github.com/vintasoftware/django-react-boilerplate) - A Django, React, Tailwind, Webpack project boilerplate
|
|
|
+
|
|
|
+### Open Source Projects
|
|
|
+- [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users/)
|
|
|
+- [Newspaper app with custom user model, full user auth](https://github.com/wsvincent/djangoforbeginners/tree/master/ch15-comments)
|
|
|
+- [Behavior-Driven Development with Aloe](https://github.com/testdrivenio/django-aloe-bdd/)
|
|
|
+- [Image Sharing Blog](https://github.com/MeNsaaH/soMedia)
|
|
|
+- [Bootcamp: An enterprise social network](https://github.com/vitorfs/bootcamp)
|
|
|
+- [Zulip](https://github.com/zulip/zulip/) - Open-source team chat.
|
|
|
+- [django-job-portal](https://github.com/manjurulhoque/django-job-portal) - Job portal application using Django.
|
|
|
+- [Built with Django](https://builtwithdjango.com) - Curated list of awesome Django projects.
|
|
|
+- [PostHog](https://github.com/PostHog/posthog) - Open-source product analytics.
|
|
|
+- [HyperKitty](https://gitlab.com/mailman/hyperkitty) - A web interface to access GNU Mailman v3 archives.
|
|
|
+- [Healthchecks](https://github.com/healthchecks/healthchecks) - A Cron Monitoring Tool written in Python & Django.
|
|
|
+- [Flagsmith](https://github.com/Flagsmith/flagsmith) - Open-source Feature Flagging, Remote Config, and AB testing.
|
|
|
+- [OpenContracts](https://github.com/Open-Source-Legal/OpenContracts) - Enterprise-grade document analytics platform that combines automated PDF parsing, vector embeddings, and LLM integration.
|
|
|
+- [Baserow](https://github.com/baserow/baserow) - Open source no-code database and Airtable alternative built with Django and Vue.js.
|
|
|
+- [Django CRM Admin](https://github.com/DjangoCRM/django-crm) - Open source Python CRM built entirely on Django Admin Site.
|
|
|
+- [linkding](https://github.com/sissbruecker/linkding) - Self-hosted bookmark manager that is designed to be minimal, fast, and easy to set up using Docker.
|
|
|
+- [pythonic-news](https://github.com/sebst/pythonic-news) - Hacker News clone.
|
|
|
+
|
|
|
+## Django REST Framework
|
|
|
+
|
|
|
+_The most popular way to build web APIs with Django._
|
|
|
+
|
|
|
+### DRF Resources
|
|
|
+
|
|
|
+<!--lint disable double-link-->
|
|
|
+- [Official Documentation](https://www.django-rest-framework.org/)
|
|
|
+- [DRF Source Code](https://github.com/encode/django-rest-framework)
|
|
|
+- [awesome-django-rest-framework](https://github.com/nioperas06/awesome-django-rest-framework)
|
|
|
+<!--lint enable double-link-->
|
|
|
+
|
|
|
+### DRF Tutorials
|
|
|
+
|
|
|
+<!--lint ignore double-link-->
|
|
|
+- [Official REST Framework - A Beginner's Guide](https://learndjango.com/tutorials/official-django-rest-framework-tutorial-beginners)
|
|
|
+- [Building APIs with Django and DRF](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/)
|
|
|
+- [DRF with React](https://www.valentinog.com/blog/drf/)
|
|
|
+- [Making React and Django play well together](https://fractalideas.com/blog/making-react-and-django-play-well-together/)
|
|
|
+
|
|
|
+## Wagtail
|
|
|
+
|
|
|
+_Wagtail, the powerful CMS for modern websites._
|
|
|
+
|
|
|
+### Wagtail Resources
|
|
|
+<!--lint disable double-link-->
|
|
|
+- [Official website](https://wagtail.org/)
|
|
|
+- [Developer documentation](https://docs.wagtail.org/en/stable/)
|
|
|
+- [User documentation](https://guide.wagtail.org/en-latest/)
|
|
|
+- [Wagtail Source Code](https://github.com/wagtail/wagtail/)
|
|
|
+- [awesome-wagtail](https://github.com/wagtail/awesome-wagtail)
|
|
|
+- [This week in Wagtail](https://wagtail.org/this-week-in-wagtail/) - A (most) weekly email with updates from the Wagtail core team.
|
|
|
+- [Wagtail Space](https://www.wagtail.space/) - Wagtail conferences around the world.
|
|
|
+- [Wagtail events](https://wagtail.org/events/) - Online and in-person Wagtail events.
|
|
|
+<!--lint enable double-link-->
|