I'm currently considering taking a deep dive into either Django or Rails, but with a strong focus on ecommerce, and I really want some well coded and well documented open-source ecommerce solutions based on one of these, to both use as a foundation and learn by dissectiong their code bases. After a quick survey, I've found nothing that seems even close to Spree (Rails based) in the Python/Django world (here the best I've found seem to be LFS and Satchless and the older Satchmo with some disappointing comments about it's "code quality").
So, the question: is there anything close to Spree in the Python/Django world, considering both code quality, documentation and "completeness" or "how much do I need to code around it to get to a production site"? (...and I'm not completely Django focused, but if it's not Django, I'd rather go with something lightweight like Flask than have anything to do with Zope/Plone related technologies)
Note: I have more of a Python background and a tendency to prefer Python as a language for a lot of reasons, but the Rails ecosystem just seems much richer... so I might end up using Rails/Ruby for web/ecommerce and Python for other types of work... sigh :(