https://github.com/snipcart/django-ecommerce-wagtail-v3
You can read the full tutorial at https://snipcart.com/blog/django-ecommerce-tutorial-wagtail-cms | This is an updated version of this repo https://github.com/snipcart/django-ecommerce-wagtail. We now use the v3 of snipcart and tailwind for the css.
https://github.com/snipcart/django-ecommerce-wagtail-v3
Last synced: about 2 months ago
JSON representation
You can read the full tutorial at https://snipcart.com/blog/django-ecommerce-tutorial-wagtail-cms | This is an updated version of this repo https://github.com/snipcart/django-ecommerce-wagtail. We now use the v3 of snipcart and tailwind for the css.
- Host: GitHub
- URL: https://github.com/snipcart/django-ecommerce-wagtail-v3
- Owner: snipcart
- Created: 2021-08-23T20:49:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T03:10:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T10:50:22.351Z (2 months ago)
- Language: CSS
- Homepage: https://agile-caverns-14237.herokuapp.com/
- Size: 40.7 MB
- Stars: 31
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django E-Commerce Tutorial: Wagtail CMS + Snipcart + Tailwind CSS

With this tutorial, I answer legitimate questions you might have when starting a new e-commerce project, such as:
Is Python the right language for my project? And Django the right framework? Which tools or plugins should I use?
Then, I'll show you our homemade recipe for Django-powered e-commerce success with a step-by-step Wagtail CMS tutorial.
Steps:
- Creating a new Wagtail site.
- Adding Snipcart configuration settings.
- Generating database migrations.
- Creating new products for your Django store.
- Crafting an e-commerce template.Read the [full tutorial](https://snipcart.com/blog/django-ecommerce-tutorial-wagtail-cms)
Check out the [live demo](https://agile-caverns-14237.herokuapp.com/)Enjoy folks!
This is an updated version of this repo https://github.com/snipcart/django-ecommerce-wagtail. We now use the v3 of snipcart and tailwind for the css.