Skip to content

Commit 05797fe

Browse files
committed
add E-commerce section
1 parent 503e688 commit 05797fe

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
2727
- [Web Frameworks](#web-frameworks)
2828
- [Permissions](#permissions)
2929
- [CMS](#cms)
30+
- [E-commerce](#e-commerce)
3031
- [RESTful API](#restful-api)
3132
- [Authentication and OAuth](#authentication-and-oauth)
3233
- [Template Engine](#template-engine)
@@ -372,18 +373,25 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
372373

373374
## CMS
374375

375-
*Content management systems*
376+
*Content Management Systems.*
376377

378+
* [django-cms](https://www.django-cms.org/en/) - An Open source enterprise content management system based on the Django framework.
379+
* [djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django content management system with plugins, inline editing and performance in mind.
380+
* [FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django.
377381
* [Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
378-
* [FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django
382+
* [Opps](http://oppsproject.org/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
383+
* [Plone](http://plone.org/) - Content Management System built on top of the open source application server Zope and the accompanying Content Management Framework.
384+
* [Quokka](http://quokkaproject.org/) - Flexible, extensible, small CMS powered by Flask and MongoDB.
379385
* [Wagtail](http://wagtail.io/) - A Django content management system.
380-
* [Widgy](http://wid.gy/) - Last CMS framework, based on Django
386+
* [Widgy](http://wid.gy/) - Last CMS framework, based on Django.
387+
388+
## E-commerce
389+
390+
*Frameworks and libraries for e-commerce.*
391+
381392
* [django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django.
382-
* [Quokka CMS](http://quokkaproject.org) - Flexible, extensible, small CMS powered by Flask and MongoDB.
383-
* [Opps CMS](http://oppsproject.org/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
384-
* [Plone](http://plone.org/) - Content Management System built on top of the open source application server Zope and the accompanying Content Management Framework.
385-
* [django-cms](https://www.django-cms.org/en/) - An Open source enterprise content management system based on the django framework.
386-
* [djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django content management system with plugins, inline editing and performance in mind.
393+
* [django-shop](https://www.django-cms.org/) - A Django based shop system.
394+
* [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors via Pluggable backends.
387395

388396
## RESTful API
389397

0 commit comments

Comments
 (0)