MrGrock / django-salesman

Headless e-commerce framework for Django.

Home Page:https://django-salesman.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salesman logo

Headless e-commerce framework for Django.

PyPI GitHub Workflow Status (branch) Codecov branch PyPI - Python Version PyPI - Django Version Code style: black

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 model
  • Wagtail and Django admin implementation

Documentation

Documentation is available on Read the Docs.

Buy me a coffee

About

Headless e-commerce framework for Django.

https://django-salesman.rtfd.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.4%Language:HTML 2.4%Language:Makefile 0.1%Language:CSS 0.1%