You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
27
27
-[Web Frameworks](#web-frameworks)
28
28
-[Permissions](#permissions)
29
29
-[CMS](#cms)
30
+
-[E-commerce](#e-commerce)
30
31
-[RESTful API](#restful-api)
31
32
-[Authentication and OAuth](#authentication-and-oauth)
32
33
-[Template Engine](#template-engine)
@@ -372,18 +373,25 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
372
373
373
374
## CMS
374
375
375
-
*Content management systems*
376
+
*Content Management Systems.*
376
377
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.
377
381
*[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.
379
385
*[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
+
381
392
*[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.
0 commit comments