Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django re-usable Marketplace app [closed]

I'm working on initial phases of a site which has a typical Freelance Marketplace model. It has buyers, sellers, transactions, payment gateway integration, ratings, dispute management etc.

Rather than creating everything from scratch, I was wondering if there is are any generic django apps which I can use as base and create on top of them?

like image 360
sharjeel Avatar asked Mar 15 '12 10:03

sharjeel


2 Answers

I'm the project lead for Django Market, production is at greatcoins.com and GitHub source code is at https://github.com/StephenPower/CollectorCity-Market-Place. You can download a VM image to download and test from the site.

like image 169
Stephen Power Avatar answered Sep 21 '22 05:09

Stephen Power


There is django-marketplace, django-market.

like image 34
jpic Avatar answered Sep 22 '22 05:09

jpic