{"id":13531048,"url":"https://github.com/dinoperovic/django-salesman","last_synced_at":"2025-05-16T15:09:27.404Z","repository":{"id":43147090,"uuid":"237980844","full_name":"dinoperovic/django-salesman","owner":"dinoperovic","description":"Headless e-commerce framework for Django and Wagtail.","archived":false,"fork":false,"pushed_at":"2024-09-18T19:47:07.000Z","size":422,"stargazers_count":411,"open_issues_count":9,"forks_count":52,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-05-16T00:48:43.163Z","etag":null,"topics":["django","e-commerce","framework","headless","python","rest-api","shop","wagtail"],"latest_commit_sha":null,"homepage":"https://django-salesman.rtfd.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dinoperovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-03T14:11:35.000Z","updated_at":"2025-04-28T14:25:33.000Z","dependencies_parsed_at":"2024-11-02T17:33:00.286Z","dependency_job_id":"b10de696-9eec-454c-b60d-0d3462dfcc02","html_url":"https://github.com/dinoperovic/django-salesman","commit_stats":{"total_commits":168,"total_committers":3,"mean_commits":56.0,"dds":"0.011904761904761862","last_synced_commit":"018e6eed0b6a5a025d8042ac4881b3fb063b0d6c"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinoperovic%2Fdjango-salesman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinoperovic%2Fdjango-salesman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinoperovic%2Fdjango-salesman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinoperovic%2Fdjango-salesman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinoperovic","download_url":"https://codeload.github.com/dinoperovic/django-salesman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553958,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","e-commerce","framework","headless","python","rest-api","shop","wagtail"],"created_at":"2024-08-01T07:00:59.351Z","updated_at":"2025-05-16T15:09:22.393Z","avatar_url":"https://github.com/dinoperovic.png","language":"Python","funding_links":[],"categories":["Apps"],"sub_categories":["E-commerce"],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://django-salesman.readthedocs.org/\"\u003e\n        \u003cimg src=\"https://cdn.jsdelivr.net/gh/dinoperovic/django-salesman@master/docs/_static/logo.svg\" width=\"250\" alt=\"Salesman logo\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eHeadless e-commerce framework for Django and Wagtail.\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/django-salesman/\"\u003e\n        \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/django-salesman\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/dinoperovic/django-salesman/actions?query=workflow:Test\"\u003e\n        \u003cimg alt=\"GitHub - Test status\" src=\"https://github.com/dinoperovic/django-salesman/actions/workflows/test.yml/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://codecov.io/github/dinoperovic/django-salesman\"\u003e\n        \u003cimg alt=\"Codecov branch\" src=\"https://img.shields.io/codecov/c/github/dinoperovic/django-salesman/master\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/django-salesman/\"\u003e\n        \u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/django-salesman\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/django-salesman/\"\u003e\n        \u003cimg alt=\"PyPI - Django Version\" src=\"https://img.shields.io/pypi/djversions/django-salesman\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/psf/black\"\u003e\n        \u003cimg alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n**Salesman** provides a configurable system for building an online store.\nIt includes a **RESTful** API with endpoints for manipulating the basket,\nprocessing the checkout and payment operations as well as managing customer orders.\n\n## Features\n\n- API endpoints for **Basket**, **Checkout** and **Order**\n- Support for as many **Product** types needed using generic relations\n- Pluggable **Modifier** system for basket processing\n- **Payment** methods interface to support any gateway necessary\n- Customizable **Order** implementation\n- Fully swappable **Order** and **Basket** models\n- [Wagtail](https://wagtail.io/) and **Django** admin implementation\n\n## Documentation\n\nDocumentation is available on [Read the Docs](https://django-salesman.readthedocs.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinoperovic%2Fdjango-salesman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinoperovic%2Fdjango-salesman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinoperovic%2Fdjango-salesman/lists"}