Minimal alternative to Django Oscar?

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Saleor

    Saleor Core: the high performance, composable, headless commerce API.

  • There is also saleor but it also has its own frontend. Idk if it is exactly what you are looking for but maybe it is worth checking it up. https://saleor.io/

  • legacy-views

    Discontinued A legacy fork of Saleor that contains the old storefront and dashboard code

  • Saleor is much the same but the latest releases are very much API first and don’t work with regular Django templates. They have a legacy views fork that uses Django templating for an admin dashboard and frontend views, but you’re obviously starting from a legacy code base here.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Mezzanine

    CMS framework for Django

  • There is also Mezzanine / Cartridge which is kinda like WordPress / WooCommerce in the PHP world, it’s primarily for a website that may have a shop added to it. Be aware that this is also somewhat legacy, last time I checked it was kinda in maintenance mode and the variant system for products was super limited.

  • Django-3-by-Example

    Django 3 by Example, published by Packt

  • You can check out Django 3 by example. One of the projects he builds is an ecommerce site. Shows payments w Braintree and everything. https://github.com/PacktPublishing/Django-3-by-Example/tree/master/Chapter09/myshop Pair that w some bootstrap templates and you would be in a good spot for a simple implementation.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts