SrishtiGo
SrishtiGo

Reputation: 11

Python CMS for Etsy-like website

I am a novice in Python and would like to build a website similar to Etsy (same basic functionality, different market).

Functionality:
-User (buyer/seller) profiles
-Ability to upload pictures
-Seller posting
-User-to-user messaging
-Payment platform (directly from buyer to seller)

Can someone please recommend an appropriate Python/Django CMS that would provide: (1) the functionality above and, (2) also be easy for a novice to use?

Thanks!

Upvotes: 1

Views: 759

Answers (1)

jintian
jintian

Reputation: 181

There is a django based CMS project, which supports many 3rd party plugins. But you need to learn how to setup a django project first.

https://github.com/divio/django-cms

Upvotes: 1

Related Questions