Grids

Grid Description Last Modified Active Packages Total Packages Features
PostgreSQL connection pooling PostgreSQL connection pooling for Django refers to packages that optimize database interactions by maintaining a cache of reusable connections, enhancing performance and resource efficiency. Sept. 28, 2023 3 3 0
Postgres ltree Packages that work with Postgres ltree extension. Read https://www.postgresql.org/docs/current/ltree.html for more details Sept. 9, 2023 1 2 1
Marketing Sept. 7, 2023 2 2 0
Crispy Forms Anything and everything to do with Django Crispy Forms Aug. 15, 2023 5 6 0
TailwindCSS Django and Tailwind integrations. July 17, 2023 2 2 0
This site! Here are some apps, frameworks, and packages we used to make this site. This grid will grow in size as we get more of the applications into http://www.djangopackages.org July 10, 2023 12 16 0
Ecommerce Django packages/apps for building an e-commerce site, a store, and or most other kinds of selling things on the internet. July 5, 2023 14 33 35
CMS CMS (Content Management System) software applications are designed to manage and publish digital content, such as websites, blogs, and online stores. June 29, 2023 20 48 29
Database Backends Third-party database backends for Django's ORM. June 24, 2023 17 22 0
Django Ninja June 13, 2023 5 5 0
Wagtail CMS Wagtail CMS addons, packages. June 13, 2023 41 72 2
Developer Tools This page lists Django developer tools for debugging, logging, and getting work done. June 2, 2023 53 119 2
Cookiecutters Cookiecutter-powered project, app, and utility bootstraps for Django. Cookiecutter info: * https://cookiecutter.readthedocs.org * https://github.com/audreyr/cookiecutter May 5, 2023 14 40 1
Timezones Packages providing timezone-setting middleware March 29, 2023 2 4 0
django SHOP plugins A grid to reference django SHOP plugins March 29, 2023 2 20 0
Ecommerce Shop Ready to deploy ecommerce suite March 29, 2023 6 18 0
Django REST Framework A grid of third-party packages for Django REST Framework. http://www.django-rest-framework.org/ March 15, 2023 71 137 1
Tables Packages that simplify creation/styling/client UI of HTML tables Feb. 19, 2023 12 16 1
Blog A blog app is designed to facilitate the creation, publishing, and management of blog content, typically featuring articles, posts, and categories. Feb. 19, 2023 16 54 28
Workers, Queues, and Tasks Apps and services for running your Django apps in various parallel environments to the web server, freeing your project architecture from the HTTP-based service lifecycle: * Construct daemons to batch-process large datasets * Call functions on a recurring schedule * Respond to system events * Sync with external data sources without beach-balling Use existing components (models, templates, &c) and your favorite Django design patterns in these new contexts as you need -- while including Pythonic batteries from disciplines beyond web development. Feb. 17, 2023 24 38 6
Observability Django packages that assist with enhanced observability Jan. 17, 2023 1 1 0
Emoji Sept. 26, 2022 2 4 0
Tasks Apps, packages, and modules related to async tasks (code executed out of the request loop) and workers. Sept. 16, 2022 3 3 0
Photos This is a grid of photo-management apps and projects. April 20, 2022 19 38 1
Forum Comparison of forum apps April 19, 2022 12 23 21
Filters Apps implementing data filtering, query form building and filtering results output. March 25, 2022 7 13 0
Charts Apps providing charts functionality March 22, 2022 10 23 2
Two-Factor Authentication (2FA) March 7, 2022 7 9 0
Reporting ddddd Feb. 15, 2022 12 24 0
Sphinx Documentation Tools to improve the autogenerated Sphinx documentation of Django apps Jan. 10, 2022 2 2 3
Encryption Nov. 7, 2021 4 5 0
Cookie Consent Banners Cookie consent banners required by GDPR cookie law. Nov. 6, 2021 3 3 0
Authentication This is a grid of all packages for user authentication. Oct. 30, 2021 59 133 2
Wagtail rich-text Tools to markup text in Wagtail and extension to Draftail default rich-text editor in Wagtail. Oct. 28, 2021 14 24 0
Accessibility Inspired by Rachele DiTullio's talk at DCUS 2021, this grid attempts to list the various packages that aid in making django projects more accessible Oct. 22, 2021 3 6 0
Live Views Oct. 17, 2021 5 6 0
System Checks Packages that extend Django’s System Checks Framework with more checks, features, etc. Sept. 30, 2021 2 2 0
Awesome Lists Sept. 29, 2021 3 3 0
GraphQL Sept. 24, 2021 10 10 3
Form builders CMS-based form builders/generators, that staff users can design and create themselves. Sept. 24, 2021 7 17 56
Wagtail Reusable applications and plugins for the Wagtail CMS. Sept. 24, 2021 11 11 0
MongoDB Packages that help you tie MongoDB into Django. Sept. 24, 2021 5 20 3
Webhooks A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. Sept. 24, 2021 1 10 0
CRM This is a grid of CRM packages developed with Django framework or python. Sept. 24, 2021 3 5 5
Themes Integrations of various CSS themes and frameworks with Django Sept. 24, 2021 6 8 0
Database Instrumentation Sept. 3, 2021 6 6 0
Chat Packages for implementing, augmenting, or working with chat. Aug. 31, 2021 5 17 3
Template Linters Template Linters will check templates for whitespace and common issues. Some may auto-format and fix common templates issues for you. Aug. 27, 2021 3 3 1
Auto-Upgrade Tools that automatically upgrade and fix your Django projects. Aug. 27, 2021 2 2 3
OpenWISP Django modules and extensions of OpenWISP. Aug. 11, 2021 8 8 0
Monitoring Performance measurements, error tracking, finding slow queries and requests, etc.. Aug. 7, 2021 15 25 0
Code Generator List of all packages that generate some code on django framework July 30, 2021 3 3 0
Celery vs Django Q vs RQ July 5, 2021 4 4 0
Currencies Django apps handling currencies May 18, 2021 4 4 0
JWT Compare JSON Web Token packages April 2, 2021 1 3 0
Performance profiling Performance profiling (e.g. with cProfile integration) Jan. 25, 2021 3 6 0
Money Packages having to do with currency, money, and accounting. Jan. 21, 2021 6 9 2
Admin bulk update Jan. 8, 2021 1 3 3
Permissions A grid of all packages implementing permissions for users and groups in your Django project. Please fell free to verify and update features for listed apps or add another app if you know one. Jan. 3, 2021 19 53 14
Project Management Tracking your tasks and teams of resources. Dec. 18, 2020 5 12 1
Windows Packages designed for Django on Windows Systems Dec. 17, 2020 1 1 0
Linters A linter, is a static code analysis tool used to flag programming errors, bugs, stylistic errors, and suspicious constructs, such as pyflakes, pylint, and others. This grid lists linters that have features specifically for Django. Nov. 24, 2020 4 6 1
Wagtail SEO and Marketing Search engine optimisation and marketing tools in Wagtail Oct. 27, 2020 11 13 0
Wagtail multi-site Packages for multi-site Wagtail Oct. 25, 2020 1 1 0
Wagtail conditional content Hide and show content in Wagtail Oct. 25, 2020 4 4 0
Wagtail internationalization, localization, and translation Internationalization, localization, and translation packages for Wagtail Oct. 24, 2020 6 7 0
Wagtail hosting and deployment Hosting and deployment packages for Wagtail Oct. 24, 2020 6 8 0
Wagtail admin Wagtail Admin packages Sept. 16, 2020 21 30 0
Wagtail embed Embedded content for Wagtail Sept. 16, 2020 2 2 0
Wagtail migration Migration helpers for Wagtail Sept. 16, 2020 3 3 0
Wagtail security Security tools for Wagtail Sept. 16, 2020 1 2 0
Wagtail analytics Analytics for Wagtail Sept. 16, 2020 3 4 0
Wagtail icon Icon sets for Wagtail Sept. 16, 2020 3 3 0
Wagtail workflow Packages that help with workflows in Wagtail Sept. 16, 2020 2 3 0
Wagtail widget Widgets to be used in Wagtail Sept. 16, 2020 6 8 0
Wagtail utility Packages that add Wagtail utilities Sept. 16, 2020 6 11 0
Wagtail tooling Packages that add Wagtail tooling Sept. 16, 2020 3 4 0
Wagtail template Packages that provide or extend templates for Wagtail Sept. 16, 2020 0 1 0
Wagtail streamfield Wagtail streamfield is a sequence of blocks of differint types to be rearranged as desired Sept. 16, 2020 25 28 0
Wagtail settings Wagtail settings Sept. 16, 2020 0 3 0
Wagtail search Client and admin side search in Wagtail Sept. 16, 2020 4 6 0
Wagtail preview Page preview in Wagtail Sept. 16, 2020 1 2 0
Wagtail pagination Pagination packages for Wagtail Sept. 16, 2020 0 1 0
Wagtail metadata Tags that go into HTML head section for Wagtail Sept. 16, 2020 7 7 0
Wagtail menu Packages that help create menu's in Wagtail Sept. 16, 2020 3 3 0
Wagtail media Packages that help handle media in Wagtail Sept. 16, 2020 14 27 0
Wagtail newsletter Newsletter packages for Wagtail Sept. 16, 2020 1 1 0
Wagtail links Packages that help with links in Wagtail Sept. 16, 2020 4 6 0
Wagtail in-the-wild Wagtail concepts and packages that are used outside of Wagtail Sept. 16, 2020 5 7 0
Wagtail import-export Import and export data packages for Wagtail Sept. 16, 2020 6 11 0
Wagtail frontend Packages that help with Wagtail frontend Sept. 16, 2020 13 14 0
Wagtail forum Forum or message board for Wagtail Sept. 16, 2020 0 1 0
Wagtail forms Form builders and helpers Sept. 16, 2020 3 6 0
Wagtail feed Stripped-down content for Wagtail Sept. 16, 2020 2 3 0
Wagtail error Packages that handle errors in Wagtail Sept. 16, 2020 0 2 0
Wagtail e-commerce Buying or selling of products via Wagtail Sept. 16, 2020 2 4 0
Wagtail documentation Documentation in Wagtail Sept. 16, 2020 1 1 0
Wagtail distro CMS distros built on top Wagtail Sept. 16, 2020 1 1 0
Wagtail content-type Apps that add a specific content type to Wagtail Sept. 16, 2020 5 8 0
Wagtail comments Commenting in Wagtail Sept. 16, 2020 1 3 0
Search Weight Package Description Last PyPI release: Repo Forks Stars
{{ item.weight / max_weight * 100 | number:0 }}% {{ item.title }} Grid: {{ item.description }} {{ item.last_released | date: 'mediumDate' }} N/A {{ item.repo_forks }} N/A {{ item.repo_watchers }} N/A