Search code examples
djangodjango-modelse-commercesaleor

Data model diagram for Saleor E-Commerce?


Is there a data model diagram for Saleor E-Commerce Database.


Solution

  • I could not find a diagram of the Product Schema prior to patrys post, so I drew one. I did this by looking at products/models/base.py and images.py and the postgresql database tables. Here it is:

    Saleor Product Data Model.png