Преглед на файлове

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

Aldo Mateli преди 1 месец
родител
ревизия
2918ffd5ed
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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)
   - [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.