Browse Source

:handshake: Add Dependency Injection section and add Wireup to it (#322)

Aldo Mateli 1 month ago
parent
commit
2918ffd5ed
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -34,6 +34,7 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
   - [Configuration](#configuration)
   - [Configuration](#configuration)
   - [Content Management Systems](#content-management-systems)
   - [Content Management Systems](#content-management-systems)
   - [Database Connectors](#database-connectors)
   - [Database Connectors](#database-connectors)
+  - [Dependency Injection](#dependency-injection)
   - [ECommerce](#ecommerce)
   - [ECommerce](#ecommerce)
   - [Editors](#editors)
   - [Editors](#editors)
   - [Files/Images](#filesimages)
   - [Files/Images](#filesimages)
@@ -175,6 +176,9 @@ _For a complete listing of all available packages, see [Django Packages](https:/
 ### Database Connectors
 ### Database Connectors
 - [djongo](https://github.com/doableware/djongo) - Django and MongoDB database connector.
 - [djongo](https://github.com/doableware/djongo) - Django and MongoDB database connector.
 
 
+### Dependency Injection
+- [Wireup](https://github.com/maldoinc/wireup) - Dependency Injection for Django
+
 ### ECommerce
 ### ECommerce
 - [saleor](https://github.com/saleor/saleor) - GraphQL-based Django E-Commerce Platform.
 - [saleor](https://github.com/saleor/saleor) - GraphQL-based Django E-Commerce Platform.
 - [django-shop](https://github.com/awesto/django-shop) - Django-based shop system.
 - [django-shop](https://github.com/awesto/django-shop) - Django-based shop system.