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

This commit is contained in:
Aldo Mateli
2025-08-16 18:46:52 +01:00
committed by GitHub
parent da26b9d90f
commit 2918ffd5ed

View File

@@ -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.