Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinoperovic/django-salesman
Headless e-commerce framework for Django and Wagtail.
https://github.com/dinoperovic/django-salesman
django e-commerce framework headless python rest-api shop wagtail
Last synced: 2 months ago
JSON representation
Headless e-commerce framework for Django and Wagtail.
- Host: GitHub
- URL: https://github.com/dinoperovic/django-salesman
- Owner: dinoperovic
- License: bsd-3-clause
- Created: 2020-02-03T14:11:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T13:26:32.000Z (11 months ago)
- Last Synced: 2024-06-19T04:24:07.207Z (7 months ago)
- Topics: django, e-commerce, framework, headless, python, rest-api, shop, wagtail
- Language: Python
- Homepage: https://django-salesman.rtfd.io
- Size: 411 KB
- Stars: 369
- Watchers: 17
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-wagtail - django-salesman - Headless e-commerce framework for Django with Wagtail modeladmin integration. (Apps / E-commerce)
README
Headless e-commerce framework for Django and Wagtail.
**Salesman** provides a configurable system for building an online store.
It includes a **RESTful** API with endpoints for manipulating the basket,
processing the checkout and payment operations as well as managing customer orders.## Features
- API endpoints for **Basket**, **Checkout** and **Order**
- Support for as many **Product** types needed using generic relations
- Pluggable **Modifier** system for basket processing
- **Payment** methods interface to support any gateway necessary
- Customizable **Order** implementation
- Fully swappable **Order** and **Basket** models
- [Wagtail](https://wagtail.io/) and **Django** admin implementation## Documentation
Documentation is available on [Read the Docs](https://django-salesman.readthedocs.org).