From 3e529916259b8153e6c2f5b51320f4bcb9303ff3 Mon Sep 17 00:00:00 2001 From: Nathan Thompson <45763506+nthompson196@users.noreply.github.com> Date: Thu, 14 Mar 2019 10:13:26 -0400 Subject: [PATCH] Guide to Django E-Commerce --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1296f07..ffef2a7 100644 --- a/README.md +++ b/README.md @@ -1282,6 +1282,10 @@ Where to discover new Python libraries. * [Python Weekly](http://www.pythonweekly.com/) * [Python Tricks](https://realpython.com/python-tricks/) +## Articles + +* [Guide to Django E-Commerce](https://snipcart.com/blog/django-ecommerce-tutorial-wagtail-cms) - Discusses E-Commerce for developers working with Django (and includes a Wagtail tutorial) + # Contributing Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md) first. -- GitLab