6

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?

jpic
  • 32,891
  • 5
  • 112
  • 113
sharjeel
  • 5,825
  • 7
  • 34
  • 49

2 Answers2

8

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.

Perception
  • 79,279
  • 19
  • 185
  • 195
Stephen Power
  • 96
  • 1
  • 2
3

There is django-marketplace, django-market.

jpic
  • 32,891
  • 5
  • 112
  • 113