Django app for Marketplace reuse

I am working on the initial stages of a site that has the typical Freelance Marketplace model . It has buyers, sellers, transactions, payment gateway integration, ratings, dispute management, etc.

Rather than building everything from scratch, I was wondering if there are any generic django apps that I can use as a base and build on top of them?

+3


source to share


2 answers


I am the lead project for the Django marketplace, the products are on greatcoins.com and the GitHub source is at https://github.com/StephenPower/CollectorCity-Market-Place . You can download a virtual machine image for download and testing from the site.



+5


source


There is django-marketplace , django-market .



+2


source







All Articles