Merge pull request #201 from fkromer/patch-3

add database connectors, djongo
This commit is contained in:
Will Vincent 2022-09-22 10:11:36 -04:00 committed by GitHub
commit 885ee8a9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
- [Commands](#commands)
- [Configuration](#configuration)
- [Content Management Systems](#content-management-systems)
- [Database Connectors](#database-connectors)
- [ECommerce](#ecommerce)
- [Editors](#editors)
- [Files/Images](#filesimages)
@ -142,6 +143,9 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [puput](https://github.com/APSL/puput) - Blog app features with Wagtail.
<!--lint enable double-link-->
### Database connectors
- [djongo](https://github.com/doableware/djongo)
### ECommerce
- [saleor](https://github.com/mirumee/saleor) - GraphQL-based Django E-Commerce Platform.
- [django-shop](https://github.com/awesto/django-shop) - Django-based shop system.