From 2918ffd5ed059d47f75af245e681b5f37c8faa40 Mon Sep 17 00:00:00 2001 From: Aldo Mateli Date: Sat, 16 Aug 2025 18:46:52 +0100 Subject: [PATCH] :handshake: Add Dependency Injection section and add Wireup to it (#322) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc1edd4..8afd499 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ or buying official merc - [Configuration](#configuration) - [Content Management Systems](#content-management-systems) - [Database Connectors](#database-connectors) + - [Dependency Injection](#dependency-injection) - [ECommerce](#ecommerce) - [Editors](#editors) - [Files/Images](#filesimages) @@ -175,6 +176,9 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### 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-shop](https://github.com/awesto/django-shop) - Django-based shop system.